Modifier and Type | Field and Description |
---|---|
private LazyResourceCollectionWrapper |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public synchronized void | |
public synchronized void | add(ResourceSelector
the ResourceSelector to add. s)Overrides org. |
protected synchronized void | dieOnCircularReference(Stack<Object>
the Stack of references. stk, Project the Project to resolve against. p)Overrides org. |
private Restrict | |
public synchronized boolean | |
public synchronized boolean | Returns: whether this is a filesystem-only resource collection.Implements org. |
public final synchronized Iterator | Returns: an Iterator of Resources.Implements java. |
public synchronized void | |
public synchronized int | Returns: number of elements as int.Implements org. |
public synchronized String | Returns: the String value of this collection.Overrides org. |
w | back to summary |
---|---|
private LazyResourceCollectionWrapper w |
Restrict | back to summary |
---|---|
public Restrict() |
add | back to summary |
---|---|
public synchronized void add(ResourceCollection c) Add the ResourceCollection.
|
add | back to summary |
---|---|
public synchronized void add(ResourceSelector s) Overrides org. Add a ResourceSelector.
|
dieOnCircularReference | back to summary |
---|---|
protected synchronized void dieOnCircularReference(Stack<Object> stk, Project p) Overrides org. Doc from org. Overrides the version from DataType to recurse on nested ResourceSelectors. |
getRef | back to summary |
---|---|
private Restrict getRef() Hides org. |
isCache | back to summary |
---|---|
public synchronized boolean isCache() Learn whether to cache collections. Default is
|
isFilesystemOnly | back to summary |
---|---|
public synchronized boolean isFilesystemOnly() Implements org. Fulfill the ResourceCollection contract.
|
iterator | back to summary |
---|---|
public final synchronized Iterator Implements java. Fulfill the ResourceCollection contract. |
setCache | back to summary |
---|---|
public synchronized void setCache(boolean b) Set whether to cache collections.
|
size | back to summary |
---|---|
public synchronized int size() Implements org. Fulfill the ResourceCollection contract.
|
toString | back to summary |
---|---|
public synchronized String toString() Overrides org. Format this Restrict collection as a String. |