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

java.lang.Object
  extended by org.wso2.carbon.application.deployer.config.RegistryConfig.Association
Enclosing class:
RegistryConfig

public class RegistryConfig.Association
extends Object

This class represents an association in a the reg-config.xml


Constructor Summary
RegistryConfig.Association(String sourcePath, String targetPath, String assType, String regType)
           
 
Method Summary
 String getAssociationType()
           
 String getRegistryType()
           
 String getSourcePath()
           
 String getTargetPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryConfig.Association

public RegistryConfig.Association(String sourcePath,
                                  String targetPath,
                                  String assType,
                                  String regType)
Method Detail

getSourcePath

public String getSourcePath()

getTargetPath

public String getTargetPath()

getAssociationType

public String getAssociationType()

getRegistryType

public String getRegistryType()


Copyright © 2014 WSO2 Inc. All rights reserved.