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

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

public class RegistryConfig.Resourse
extends Object

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


Constructor Summary
RegistryConfig.Resourse(String path, String fileName, String regType, String mediaType)
           
 
Method Summary
 String getFileName()
           
 String getMediaType()
           
 String getPath()
           
 String getRegistryType()
           
 void setMediaType(String mediaType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryConfig.Resourse

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

getPath

public String getPath()

getFileName

public String getFileName()

getRegistryType

public String getRegistryType()

setMediaType

public void setMediaType(String mediaType)

getMediaType

public String getMediaType()


Copyright © 2014 WSO2 Inc. All rights reserved.