Access | Constructor and Description |
---|---|
public | |
public | |
public | |
public | Union(Project
owning Project project, ResourceCollection the ResourceCollection to add. rc)Convenience constructor. |
Modifier and Type | Method and Description |
---|---|
protected Set | |
protected Collection | Returns: Collection<String>Get a collection of strings representing the unified resource set (strings may duplicate). |
protected Collection | Returns: a Collection of Resources.Implements abstract org. |
protected < resource type T> Collection | Returns: a Collection of Resources.indicates whether the resulting Collection
should contain Strings instead of Resources. asString)
Deprecated
Unify the contained Resources.
|
public static Union | Returns: a Union.a ResourceCollection. rc)Static convenience method to union an arbitrary set of Resources. |
private Union | |
public String[] | |
public Resource[] | |
private Stream | |
private <T> Stream |
Union | back to summary |
---|---|
public Union() Default constructor. |
Union | back to summary |
---|---|
public Union(Project project) Create a new Union.
|
Union | back to summary |
---|---|
public Union(ResourceCollection rc) Convenience constructor.
|
Union | back to summary |
---|---|
public Union(Project project, ResourceCollection rc) Convenience constructor.
|
getAllResources | back to summary |
---|---|
protected Set Get the unified set of contained Resources. |
getAllToStrings | back to summary |
---|---|
protected Collection Get a collection of strings representing the unified resource set (strings may duplicate).
|
getCollection | back to summary |
---|---|
protected Collection Implements abstract org. Unify the contained Resources.
|
getCollection | back to summary |
---|---|
protected <T> Collection Deprecated
Unify the contained Resources.
|
getInstance | back to summary |
---|---|
public static Union getInstance(ResourceCollection rc) Static convenience method to union an arbitrary set of Resources.
|
getRef | back to summary |
---|---|
private Union getRef() Hides org. |
list | back to summary |
---|---|
public String[] list() Returns all Resources in String format. Provided for convenience in implementing Path.
|
listResources | back to summary |
---|---|
public Resource[] listResources() Convenience method.
|
streamResources | back to summary |
---|---|
private Stream |
streamResources | back to summary |
---|---|
private <T> Stream |