Class Path
java.lang.Object
org.wildfly.test.security.common.elytron.Path
- All Implemented Interfaces:
CliFragment
Helper class for adding "path" and "relative-to" attributes into CLI commands.
- Author:
- Josef Cacek
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionasString()Generates part of CLI string in form "[path=..., [relative-to=..., ]"static Path.Builderbuilder()Creates builder to buildPath.getPath()
-
Field Details
-
EMPTY
-
-
Method Details
-
getPath
-
getRelativeTo
-
asString
Generates part of CLI string in form "[path=..., [relative-to=..., ]"- Specified by:
asStringin interfaceCliFragment- Returns:
- part of CLI command
-
builder
Creates builder to buildPath.- Returns:
- created builder
-