Package | Description |
---|---|
com.sas.lsaf.content.common |
Contains common content classes.
|
Modifier and Type | Method and Description |
---|---|
ItemSpecification.Type |
ItemSpecification.getType()
Get the content type specified.
|
static ItemSpecification.Type |
ItemSpecification.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemSpecification.Type[] |
ItemSpecification.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ItemSpecification.setType(ItemSpecification.Type type)
Set the content type specified.
|
Constructor and Description |
---|
ItemSpecification(String path,
String version,
ItemSpecification.Type type,
boolean includeSubFolders)
Constructor
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA