Package | Description |
---|---|
com.sas.hls.resource |
Provides the services and classes needed to manage the life cycle of resources in workspaces or the repository, and to get information about those resources.
|
Modifier and Type | Method and Description |
---|---|
ResourceSpecification.ResourceType |
ResourceSpecification.getType()
Get the resource type specified.
|
static ResourceSpecification.ResourceType |
ResourceSpecification.ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceSpecification.ResourceType[] |
ResourceSpecification.ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceSpecification.setType(ResourceSpecification.ResourceType type)
Set the resource type specified.
|
Constructor and Description |
---|
ResourceSpecification(String path,
String version,
ResourceSpecification.ResourceType type,
boolean includeSubFolders)
Constructor
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA