public class GenericStringResource extends Object implements IResource
addAllResourcePaths(IResource)
or addResourcePath(String)
.Modifier and Type | Field and Description |
---|---|
protected Vector<String> |
resourcePaths |
Constructor and Description |
---|
GenericStringResource()
Creates a new instance without any resource path.
|
GenericStringResource(String... resourcePaths)
Creates a new instance with the given resource paths.
|
Modifier and Type | Method and Description |
---|---|
void |
addAllResourcePaths(IResource resource)
Adds all resource paths of the given
IResource . |
void |
addResourcePath(String resourcePath) |
Enumeration<String> |
getResourcePaths() |
public GenericStringResource()
public GenericStringResource(String... resourcePaths)
resourcePaths
- the resource paths.public Enumeration<String> getResourcePaths()
getResourcePaths
in interface IResource
public void addResourcePath(String resourcePath)
addResourcePath
in interface IResource
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.