|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassPathEntry | |
---|---|
org.jboss.deployers.client.spi | |
org.jboss.deployers.plugins.structure | |
org.jboss.deployers.spi.structure | |
org.jboss.deployers.vfs.plugins.structure.explicit |
Uses of ClassPathEntry in org.jboss.deployers.client.spi |
---|
Methods in org.jboss.deployers.client.spi that return ClassPathEntry | |
---|---|
static ClassPathEntry |
DeploymentFactory.createClassPathEntry(String path)
Create a new classpath entry |
static ClassPathEntry |
DeploymentFactory.createClassPathEntry(String path,
String suffixes)
Create a new classpath entry |
Methods in org.jboss.deployers.client.spi that return types with arguments of type ClassPathEntry | |
---|---|
static List<ClassPathEntry> |
DeploymentFactory.createClassPath(String path)
Create a new classpath |
static List<ClassPathEntry> |
DeploymentFactory.createClassPath(String path,
String suffixes)
Create a new classpath |
Method parameters in org.jboss.deployers.client.spi with type arguments of type ClassPathEntry | |
---|---|
ContextInfo |
DeploymentFactory.addContext(PredeterminedManagedObjectAttachments context,
String path,
List<ClassPathEntry> classPath)
Add a context to a deployment |
ContextInfo |
DeploymentFactory.addContext(PredeterminedManagedObjectAttachments context,
String path,
List<String> metaDataPath,
List<ClassPathEntry> classPath)
Add a context to a deployment |
ContextInfo |
DeploymentFactory.addContext(PredeterminedManagedObjectAttachments context,
String path,
String metaDataPath,
List<ClassPathEntry> classPath)
Add a context to a deployment |
Uses of ClassPathEntry in org.jboss.deployers.plugins.structure |
---|
Classes in org.jboss.deployers.plugins.structure that implement ClassPathEntry | |
---|---|
class |
ClassPathEntryImpl
ClassPathEntry. |
Methods in org.jboss.deployers.plugins.structure that return ClassPathEntry | |
---|---|
protected ClassPathEntry |
DefaultStructureMetaDataFactory.newClassPathEntry(String path,
String suffixes)
|
Methods in org.jboss.deployers.plugins.structure that return types with arguments of type ClassPathEntry | |
---|---|
List<ClassPathEntry> |
ContextInfoImpl.getClassPath()
|
Methods in org.jboss.deployers.plugins.structure with parameters of type ClassPathEntry | |
---|---|
void |
ContextInfoImpl.addClassPathEntry(ClassPathEntry entry)
|
Method parameters in org.jboss.deployers.plugins.structure with type arguments of type ClassPathEntry | |
---|---|
protected ContextInfo |
DefaultStructureMetaDataFactory.newContextInfo(String path,
List<ClassPathEntry> classPath)
|
protected ContextInfo |
DefaultStructureMetaDataFactory.newContextInfo(String path,
List<String> metaDataPath,
List<ClassPathEntry> classPath)
|
protected ContextInfo |
DefaultStructureMetaDataFactory.newContextInfo(String path,
String metaDataPath,
List<ClassPathEntry> classPath)
|
void |
ContextInfoImpl.setClassPath(List<ClassPathEntry> classPath)
Set the classPath. |
Constructor parameters in org.jboss.deployers.plugins.structure with type arguments of type ClassPathEntry | |
---|---|
ContextInfoImpl(String path,
List<ClassPathEntry> classPath)
Create a new ContextInfoImpl. |
|
ContextInfoImpl(String path,
List<String> metaDataPath,
List<ClassPathEntry> classPath)
Create a new ContextInfoImpl. |
|
ContextInfoImpl(String path,
String metaDataPath,
List<ClassPathEntry> classPath)
Create a new ContextInfoImpl. |
Uses of ClassPathEntry in org.jboss.deployers.spi.structure |
---|
Methods in org.jboss.deployers.spi.structure that return ClassPathEntry | |
---|---|
static ClassPathEntry |
StructureMetaDataFactory.createClassPathEntry()
Create a new classpath entry |
static ClassPathEntry |
StructureMetaDataFactory.createClassPathEntry(String path)
Create a new classpath entry |
static ClassPathEntry |
StructureMetaDataFactory.createClassPathEntry(String path,
String suffixes)
Create a new classpath entry |
protected abstract ClassPathEntry |
StructureMetaDataFactory.newClassPathEntry(String path,
String suffixes)
Create a new classpath entry |
Methods in org.jboss.deployers.spi.structure that return types with arguments of type ClassPathEntry | |
---|---|
List<ClassPathEntry> |
ContextInfo.getClassPath()
Get the classpath locations within the context |
Methods in org.jboss.deployers.spi.structure with parameters of type ClassPathEntry | |
---|---|
void |
ContextInfo.addClassPathEntry(ClassPathEntry entry)
Add a class path entry |
Method parameters in org.jboss.deployers.spi.structure with type arguments of type ClassPathEntry | |
---|---|
static ContextInfo |
StructureMetaDataFactory.createContextInfo(String path,
List<ClassPathEntry> classPath)
Create a new ContextInfo. |
static ContextInfo |
StructureMetaDataFactory.createContextInfo(String path,
List<String> metaDataPath,
List<ClassPathEntry> classPath)
Create a new ContextInfo. |
static ContextInfo |
StructureMetaDataFactory.createContextInfo(String path,
String metaDataPath,
List<ClassPathEntry> classPath)
Create a new ContextInfo. |
protected abstract ContextInfo |
StructureMetaDataFactory.newContextInfo(String path,
List<ClassPathEntry> classPath)
Create a new ContextInfo. |
protected abstract ContextInfo |
StructureMetaDataFactory.newContextInfo(String path,
List<String> metaDataPath,
List<ClassPathEntry> classPath)
Create a new ContextInfo. |
protected abstract ContextInfo |
StructureMetaDataFactory.newContextInfo(String path,
String metaDataPath,
List<ClassPathEntry> classPath)
Create a new ContextInfo. |
Uses of ClassPathEntry in org.jboss.deployers.vfs.plugins.structure.explicit |
---|
Method parameters in org.jboss.deployers.vfs.plugins.structure.explicit with type arguments of type ClassPathEntry | |
---|---|
void |
StructureMetaDataObjectFactory.addChild(ContextInfoImpl context,
ArrayList<ClassPathEntry> classpath,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName)
|
Object |
StructureMetaDataObjectFactory.newChild(ArrayList<ClassPathEntry> parent,
org.jboss.xb.binding.UnmarshallingContext navigator,
String namespaceURI,
String localName,
Attributes attrs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |