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

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

public class RegistryConfig.Dump
extends Object

This class represents a dump in a the reg-config.xml


Constructor Summary
RegistryConfig.Dump(String path, String fileName, String regType)
           
 
Method Summary
 String getDumpFileName()
           
 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.Dump

public RegistryConfig.Dump(String path,
                           String fileName,
                           String regType)
Method Detail

getPath

public String getPath()

getDumpFileName

public String getDumpFileName()

getRegistryType

public String getRegistryType()


Copyright © 2014 WSO2 Inc. All rights reserved.