org.bioconductor.packages.rservices
Class RFileReferences
java.lang.Object
org.bioconductor.packages.rservices.RObject
org.bioconductor.packages.rservices.RFileReferences
- All Implemented Interfaces:
- java.io.Serializable
public class RFileReferences
- extends RObject
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
fileReferences
protected FileReferences fileReferences
RFileReferences
public RFileReferences()
RFileReferences
public RFileReferences(FileReferences fileReferences)
- Parameters:
fileReferences
-
RFileReferences
public RFileReferences(RChar urls,
RChar localNames,
RChar types)
throws java.lang.Exception
- Parameters:
urls
- localNames
- types
-
- Throws:
java.lang.Exception
size
public int size()
- Returns:
- The size (number of elements) of the file references
getUrls
public RChar getUrls()
- Returns:
- The URLs of the file refererences
setUrls
public void setUrls(RChar urls)
throws java.lang.Exception
- Parameters:
urls
-
- Throws:
java.lang.Exception
getLocalNames
public RChar getLocalNames()
- Returns:
- The local names (file names, without directory path; perhaps
different from the file name component of the corresponding url
setLocalNames
public void setLocalNames(RChar localNames)
throws java.lang.Exception
- Parameters:
localNames
-
- Throws:
java.lang.Exception
getTypes
public RChar getTypes()
- Returns:
- The file types (e.g., 'CEL', "XLS', 'TXT", perhaps different from
the name implied by the extention part of the localName
setTypes
public void setTypes(RChar types)
throws java.lang.Exception
- Parameters:
types
-
- Throws:
java.lang.Exception
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright Bioconductor. All Rights Reserved.