org.pentaho.di.resource
Class ResourceEntry
java.lang.Object
  
org.pentaho.di.resource.ResourceEntry
public class ResourceEntry
- extends Object
 
 
 
 
 
ResourceEntry
public ResourceEntry(String resource,
                     ResourceEntry.ResourceType resourcetype)
- Parameters:
 resource - resourcetype - 
getResource
public String getResource()
- Returns:
 - the resource
 
 
setResource
public void setResource(String resource)
- Parameters:
 resource - the resource to set
 
getResourcetype
public ResourceEntry.ResourceType getResourcetype()
- Returns:
 - the resourcetype
 
 
setResourcetype
public void setResourcetype(ResourceEntry.ResourceType resourcetype)
- Parameters:
 resourcetype - the resourcetype to set
 
toXml
public String toXml(int indentLevel)