|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.system.server.profileservice.repository.DefaultDeploymentRepositoryFactory
public class DefaultDeploymentRepositoryFactory
The default repository factory for immutable and mutable repositories.
Field Summary | |
---|---|
static String |
IMMUTABLE_TYPE
The immutable type. |
static String |
MUTABLE_TYPE
The mutable type. |
static Collection<String> |
types
The repository types. |
Constructor Summary | |
---|---|
DefaultDeploymentRepositoryFactory()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String MUTABLE_TYPE
public static final String IMMUTABLE_TYPE
public static final Collection<String> types
Constructor Detail |
---|
public DefaultDeploymentRepositoryFactory()
Method Detail |
---|
public String[] getTypes()
getTypes
in interface org.jboss.profileservice.spi.DeploymentRepositoryFactory
public org.jboss.virtual.VirtualFileFilter getDeploymentFilter()
public void setDeploymentFilter(org.jboss.virtual.VirtualFileFilter deploymentFilter)
public boolean isFailIfAlreadyExists()
public void setFailIfAlreadyExists(boolean failIfAlreadyExists)
public List<URI> getUploadURIs()
public void setUploadURIs(List<URI> uploadURIs)
public org.jboss.deployers.vfs.spi.structure.modified.StructureModificationChecker getChecker()
public void setChecker(org.jboss.deployers.vfs.spi.structure.modified.StructureModificationChecker checker)
public org.jboss.profileservice.spi.DeploymentRepository createDeploymentRepository(org.jboss.profileservice.spi.ProfileKey key, org.jboss.profileservice.spi.metadata.ProfileSourceMetaData metaData) throws Exception
createDeploymentRepository
in interface org.jboss.profileservice.spi.DeploymentRepositoryFactory
Exception
protected org.jboss.profileservice.spi.DeploymentRepository createDeploymentRepository(boolean mutable, org.jboss.profileservice.spi.ProfileKey key, URI[] uris) throws Exception
Exception
protected void setUploadURI(BasicDeploymentRepository repository)
repository
- the deployment repositoryprotected URI[] createUris(org.jboss.profileservice.spi.metadata.ProfileSourceMetaData metaData) throws URISyntaxException
URISyntaxException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |