final class TExecutionProfile extends java.lang.Object
| Type | Name and description |
|---|---|
static TExecutionProfile |
BLANK |
static TExecutionProfile |
UNUSED |
static java.lang.String |
UNUSED_DIRNAME |
| Constructor and description |
|---|
TExecutionProfile
(java.lang.String profileName) |
TExecutionProfile
(java.nio.file.Path folder)Given a path of a directory immediately under the Materials or the Storage directory, instantiates a TExecutionProfile object |
| Type Params | Return Type | Name and description |
|---|---|---|
|
int |
compareTo(TExecutionProfile other) |
|
boolean |
equals(java.lang.Object obj) |
|
java.lang.String |
getName() |
|
java.lang.String |
getNameInPathSafeChars()On Windows file system there are a set of characters which are not allowed to be part of file name or folder name. |
|
int |
hashCode() |
|
java.lang.String |
toString() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Given a path of a directory immediately under the Materials or the Storage directory, instantiates a TExecutionProfile object
On Windows file system there are a set of characters which are not allowed to be part of file name or folder name. \ / : * ? " < > | this method replaces those special character to those which are safe as a file/folder name component.
Groovy Documentation