public interface IsSTGroup extends CategoryIs
Interface for objects that represent String Template Group (STG) objects (for which one can check chunks, get name, etc).
| Modifier and Type | Method and Description |
|---|---|
Map<String,Set<String>> |
getExpectedChunks()
Returns the chunks expected to be defined in the STGroup object.
|
default String |
getGroupName()
Returns the name of the STGroup object (file name, source name, or group directory name).
|
STGroup |
getSTGroup()
Returns the STGroup object.
|
default Set<String> |
validate()
Validates the STGroup for expected chunks.
|
STGroup getSTGroup()
Returns the STGroup object.
default String getGroupName()
Returns the name of the STGroup object (file name, source name, or group directory name).
getSTGroup() was null or if no name was foundMap<String,Set<String>> getExpectedChunks()
Returns the chunks expected to be defined in the STGroup object.
Copyright © 2016–2017. All rights reserved.