|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.util.WrapperList<org.restlet.data.Reference>
org.restlet.data.ReferenceList
fr.cnes.sitools.proxy.ReferenceFileList
public final class ReferenceFileList
To provide more complete information on files references in Directory Resource representation.
Constructor Summary | |
---|---|
ReferenceFileList()
Constructor |
|
ReferenceFileList(int initialCapacity)
Constructor with initial capacity |
|
ReferenceFileList(java.util.List<org.restlet.data.Reference> delegate)
Constructor with references |
|
ReferenceFileList(org.restlet.representation.Representation uriList)
Constructor with URIs |
Method Summary | |
---|---|
void |
addFileReference(java.lang.String reference,
java.io.File file)
Add a reference to file |
java.io.File |
get(java.lang.String item)
Get a file |
java.lang.String |
getRegexp()
Gets the regexp value |
void |
setRegexp(java.lang.String regexp)
Sets the value of regexp |
Methods inherited from class org.restlet.data.ReferenceList |
---|
add, getIdentifier, getTextRepresentation, getWebRepresentation, setIdentifier, setIdentifier, subList |
Methods inherited from class org.restlet.util.WrapperList |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReferenceFileList()
public ReferenceFileList(int initialCapacity)
initialCapacity
- the initial capacitypublic ReferenceFileList(java.util.List<org.restlet.data.Reference> delegate)
delegate
- list of referencespublic ReferenceFileList(org.restlet.representation.Representation uriList) throws java.io.IOException
uriList
- list of URI
java.io.IOException
- when occursMethod Detail |
---|
public void addFileReference(java.lang.String reference, java.io.File file)
reference
- reference to addfile
- to usepublic java.io.File get(java.lang.String item)
item
- the item name
public java.lang.String getRegexp()
public void setRegexp(java.lang.String regexp)
regexp
- the regexp to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |