| Package | Description |
|---|---|
| org.openbase.jps.core | |
| org.openbase.jps.exception | |
| org.openbase.jps.preset |
| Modifier and Type | Method and Description |
|---|---|
static void |
JPService.parse(List<String> args)
Analyze the input arguments and setup all registered Properties.
|
static void |
JPService.parse(String[] args)
Analyze the input arguments and setup all registered Properties.
|
static void |
JPService.printHelp()
Method prints the help screen.
|
static void |
JPService.setupJUnitTestMode()
Setup JPService for JUnitTests By using the JPService during JUnit Tests it's recommended to call this method after property registration instead using the parsing methods because command line
property handling makes no sense in the context of unit tests..
|
protected void |
AbstractJavaProperty.updateValue() |
| Modifier and Type | Class and Description |
|---|---|
class |
JPBadArgumentException |
class |
JPInitializationException |
class |
JPNotAvailableException |
class |
JPParsingException |
class |
JPValidationException |
| Modifier and Type | Method and Description |
|---|---|
File |
AbstractJPFile.getParentDirectory()
Returns the parent dir or null if the no parent exist.
|
protected org.openbase.jps.preset.JPLogLevel.LogLevel |
JPLogLevel.parse(List<String> arguments) |
protected E |
AbstractJPEnum.parse(List<String> arguments) |
Copyright © 2014–2018 openbase.org. All rights reserved.