Class RegistryConfig.Collection
- java.lang.Object
-
- org.wso2.carbon.application.deployer.config.RegistryConfig.Collection
-
- Enclosing class:
- RegistryConfig
public class RegistryConfig.Collection extends Object
This class represents a collection in a the reg-config.xml
-
-
Constructor Summary
Constructors Constructor Description Collection(String path, String directory, String regType)Collection(String path, String directory, String regType, Properties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDirectory()StringgetPath()PropertiesgetProperties()StringgetRegistryType()
-
-
-
Method Detail
-
getPath
public String getPath()
-
getDirectory
public String getDirectory()
-
getRegistryType
public String getRegistryType()
-
getProperties
public Properties getProperties()
-
-