Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.jboss.deployer.structure
Class DeploymentStructure.Context

java.lang.Object
  extended by org.nuxeo.runtime.jboss.deployer.structure.DeploymentStructure.Context
Enclosing class:
DeploymentStructure

public static class DeploymentStructure.Context
extends Object


Constructor Summary
DeploymentStructure.Context(String path)
           
 
Method Summary
 String[] getClasspath()
           
 String[] getMetaDataPath()
           
 String getPath()
           
 void setClasspath(String... classpath)
           
 void setMetaDataPath(String... metaDataPath)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentStructure.Context

public DeploymentStructure.Context(String path)
Method Detail

getPath

public String getPath()

setClasspath

public void setClasspath(String... classpath)

getClasspath

public String[] getClasspath()

setMetaDataPath

public void setMetaDataPath(String... metaDataPath)

getMetaDataPath

public String[] getMetaDataPath()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.