| Package | Description |
|---|---|
| io.narayana.openshift.txrecovery.cliargs | |
| io.narayana.openshift.txrecovery.hibernate | |
| io.narayana.openshift.txrecovery.main |
| Modifier and Type | Method and Description |
|---|---|
static ParsedArguments |
ParsedArguments.parse(String... args)
Use the static method for getting instance of parsed arguments.
|
| Modifier and Type | Method and Description |
|---|---|
static Properties |
HibernateProperties.setupPropertiesByParsedArguments(ParsedArguments args)
Gathering properties from the parsed command line arguments
and link them for Hibernate to start.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
ProgramProcessor.process(ParsedArguments parsedArguments)
Verify necessary arguments for processing particular command
and run logic provided in the
ProcessorMethods implementation. |
Copyright © 2019. All rights reserved.