Alias Class
Definition
The alias type.
public class Alias
- Inheritance
-
java.lang.ObjectAlias
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Constructors
| Alias() |
Methods
| defaultMetadata() |
Get the default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata. |
| defaultPath() |
Get the default path for an alias. |
| defaultPattern() |
Get the default pattern for an alias. |
| name() |
Get the alias name. |
| paths() |
Get the paths for an alias. |
| type() |
Get the type of the alias. Possible values include: 'NotSpecified', 'PlainText', 'Mask'. |
| withDefaultPath(String defaultPath) |
Set the default path for an alias. |
| withDefaultPattern(AliasPattern defaultPattern) |
Set the default pattern for an alias. |
| withName(String name) |
Set the alias name. |
| withPaths(List<AliasPath> paths) |
Set the paths for an alias. |
| withType(AliasType type) |
Set the type of the alias. Possible values include: 'NotSpecified', 'PlainText', 'Mask'. |