public class ResourceEntry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ResourceEntry.ResourceType |
Constructor and Description |
---|
ResourceEntry(String resource,
ResourceEntry.ResourceType resourcetype) |
Modifier and Type | Method and Description |
---|---|
String |
getResource() |
ResourceEntry.ResourceType |
getResourcetype() |
void |
setResource(String resource) |
void |
setResourcetype(ResourceEntry.ResourceType resourcetype) |
String |
toXml(int indentLevel) |
public ResourceEntry(String resource, ResourceEntry.ResourceType resourcetype)
resource
- resourcetype
- public String getResource()
public void setResource(String resource)
resource
- the resource to setpublic ResourceEntry.ResourceType getResourcetype()
public void setResourcetype(ResourceEntry.ResourceType resourcetype)
resourcetype
- the resourcetype to setpublic String toXml(int indentLevel)
Copyright © 2018 Hitachi Vantara. All rights reserved.