org.wso2.carbon.application.deployer.config
Class RegistryConfig.Collection

java.lang.Object
  extended by 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
RegistryConfig.Collection(String path, String directory, String regType)
           
 
Method Summary
 String getDirectory()
           
 String getPath()
           
 String getRegistryType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryConfig.Collection

public RegistryConfig.Collection(String path,
                                 String directory,
                                 String regType)
Method Detail

getPath

public String getPath()

getDirectory

public String getDirectory()

getRegistryType

public String getRegistryType()


Copyright © 2014 WSO2 Inc. All rights reserved.