|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContextInfo
An encapsulation of context information
| Field Summary | |
|---|---|
static String |
DEFAULT_METADATA_PATH
The default metadata path |
| Method Summary | |
|---|---|
void |
addClassPathEntry(ClassPathEntry entry)
Add a class path entry |
void |
addMetaDataPath(String path)
Add the metaDataPath. |
List<ClassPathEntry> |
getClassPath()
Get the classpath locations within the context |
String |
getComparatorClassName()
The comparator class name, the class must implement |
List<String> |
getMetaDataPath()
Get the logical path of the metdata location. |
String |
getPath()
Get the logical path of the context |
int |
getRelativeOrder()
Get the relative order of this context |
void |
setComparatorClassName(String className)
The comparator class name, the class must implement |
void |
setRelativeOrder(int relativeOrder)
Set the relative order of this context |
| Methods inherited from interface org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments |
|---|
getPredeterminedManagedObjects, setPredeterminedManagedObjects |
| Field Detail |
|---|
static final String DEFAULT_METADATA_PATH
| Method Detail |
|---|
String getPath()
List<String> getMetaDataPath()
void addMetaDataPath(String path)
path - the metaDataPath.
IllegalArgumentException - for a null pathList<ClassPathEntry> getClassPath()
void addClassPathEntry(ClassPathEntry entry)
entry - the entry to add
IllegalArgumentException - for a null entryint getRelativeOrder()
void setRelativeOrder(int relativeOrder)
relativeOrder - the relative orderString getComparatorClassName()
java.util.ComparatorIf the class has a public static field called "INSTANCE" then that will be used rather than creating a new object.
If none is given then the deployments are ordered by their relative order and then path/simple name.
void setComparatorClassName(String className)
className - the comparator class name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||