Class Paths
java.lang.Object
com.github.rvesse.airline.examples.simple.Paths
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
envVars
@Option(name="--env", description="Specifies an environment variable whose value should be read and tested as a path") private List<String> envVars -
sysProps
@Option(name="--sys", description="Specifies a JVM system property whose variable should be read and tested as a path") private List<String> sysProps -
empty
@Option(name="--empty", description="Specifies that the empty path should be tested") private boolean empty -
dot
@Option(name="--dot", description="Specifies that the \'.\' path should be tested") private boolean dot -
paths
@Arguments(title="Path", description="Specifies arbitrary paths to test") private List<String> paths
-
-
Constructor Details
-
Paths
public Paths()
-
-
Method Details
-
main
-
test
public void test()
-