Package | Description |
---|---|
org.bbaw.pdr.admin.args |
Contains all possible command line options.
|
org.bbaw.pdr.admin.module |
Contains other packages with all kinds of modules for the admin tool.
|
Modifier and Type | Class and Description |
---|---|
class |
CLOAction
CLO for the 'action'-parameter.
|
class |
CLOAdminPassword
CLO for the adminPassword-parameter.
|
class |
CLOForename
CLO for the forename-parameter.
|
class |
CLOFrom
CLO for the from-parameter.
|
class |
CLOFromUser
CLO for the user-parameter.
|
class |
CLOHelp
CLO for the help-parameter.
|
class |
CLOInputFile
CLO for the inputFile-parameter.
|
class |
CLOModule
CLO for the module-parameter.
|
class |
CLONewName
CLO for the newName-parameter.
|
class |
CLOObjectIds
CLO for the object-id-parameter.
|
class |
CLOOutputDirectory
CLO for the outputDirectory-parameter.
|
class |
CLOOutputFile
CLO for the outputFile-parameter.
|
class |
CLOPackageSize
CLO for the packageSize-parameter.
|
class |
CLOPadrePassword
CLO for the padrePaddword-parameter.
|
class |
CLOPadreURL
CLO for the padreURL-parameter.
|
class |
CLOPadreUser
CLO for the padreUser-parameter.
|
class |
CLOPassword
CLO for the password-parameter.
|
class |
CLOPatchStrategy
CLO for the strategy-parameter.
|
class |
CLOPdrAdminPassword
CLO for the pdrAdminPassword-parameter.
|
class |
CLOPdrType
CLO for the pdrType-parameter.
|
class |
CLOPdrTypes
CLO for the pdrType-parameter.
|
class |
CLOProjectId
CLO for the projectId-parameter.
|
class |
CLOProjectLongName
CLO for the projectLongName-parameter.
|
class |
CLOProjectShortName
CLO for the projectShortName-parameter.
|
class |
CLORoles
CLO for the roles-parameter.
|
class |
CLOSolrURL
CLO for the solrURL-parameter.
|
class |
CLOSourceId
CLO for the sourceId-parameter.
|
class |
CLOSurname
CLO for the surname-parameter.
|
class |
CLOTargetId
CLO for the targetId-parameter.
|
class |
CLOTo
CLO for the to-parameter.
|
class |
CLOToUser
CLO for the user-parameter.
|
class |
CLOUser
CLO for the user-parameter.
|
class |
CLOUserPassword
CLO for the userPassword-parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
PdrOptions.addOption(CLO arg)
Required and hasArgument = true.
|
void |
PdrOptions.addOption(CLO<?> arg,
java.lang.String additionalDescription)
Required and hasArgument = true.
|
void |
PdrOptions.addOption(CLO arg,
boolean hasArgument)
Required = true.
|
void |
PdrOptions.addOption(CLO arg,
boolean hasArgument,
boolean isRequired)
Add an option to the options list.
|