|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.milyn.cdr.SmooksResourceConfigurationList
public class SmooksResourceConfigurationList
SmooksResourceConfiguration list.
| Constructor Summary | |
|---|---|
SmooksResourceConfigurationList(String name)
Public constructor. |
|
| Method Summary | |
|---|---|
void |
add(ProfileSet profileSet)
Add a ProfileSet instance to this list. |
void |
add(SmooksResourceConfiguration config)
Add a SmooksResourceConfiguration instance to this list. |
protected boolean |
addSourceResourceURI(URI resource)
|
SmooksResourceConfiguration |
get(int index)
Get the SmooksResourceConfiguration instance at the specified index. |
String |
getName()
Get the name of this list instance. |
List<ProfileSet> |
getProfiles()
Get the list of profiles configured on this resource configuration list. |
SmooksResourceConfiguration[] |
getTargetConfigurations(ProfileSet profileSet)
Get all SmooksResourceConfiguration entries targeted at the specified profile set. |
boolean |
isEmpty()
Is this list instance empty. |
int |
size()
Get the size of this list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SmooksResourceConfigurationList(String name)
name - The name of this instance.| Method Detail |
|---|
public void add(SmooksResourceConfiguration config)
SmooksResourceConfiguration instance to this list.
config - SmooksResourceConfiguration instance to add.public void add(ProfileSet profileSet)
ProfileSet instance to this list.
profileSet - ProfileSet instance to add.public String getName()
public boolean isEmpty()
public int size()
public SmooksResourceConfiguration get(int index)
throws ArrayIndexOutOfBoundsException
SmooksResourceConfiguration instance at the specified index.
index - Resource index.
SmooksResourceConfiguration instance at the specified index.
ArrayIndexOutOfBoundsException - The specified index is out of bounds.public SmooksResourceConfiguration[] getTargetConfigurations(ProfileSet profileSet)
profileSet - The profile set to searh against.
public List<ProfileSet> getProfiles()
protected boolean addSourceResourceURI(URI resource)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||