org.bioconductor.packages.rservices
Class RFileReferences

java.lang.Object
  extended by org.bioconductor.packages.rservices.RObject
      extended by org.bioconductor.packages.rservices.RFileReferences
All Implemented Interfaces:
java.io.Serializable

public class RFileReferences
extends RObject

See Also:
Serialized Form

Field Summary
protected  FileReferences fileReferences
           
 
Constructor Summary
RFileReferences()
           
RFileReferences(FileReferences fileReferences)
           
RFileReferences(RChar urls, RChar localNames, RChar types)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 RChar getLocalNames()
           
 RChar getTypes()
           
 RChar getUrls()
           
 int hashCode()
           
 void setLocalNames(RChar localNames)
           
 void setTypes(RChar types)
           
 void setUrls(RChar urls)
           
 int size()
           
 
Methods inherited from class org.bioconductor.packages.rservices.RObject
getOutputMsg, setOutputMsg
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileReferences

protected FileReferences fileReferences
Constructor Detail

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
Method Detail

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.