Package net.handle.apps.batch
Class GenericBatch
java.lang.Object
net.handle.apps.batch.GenericBatch
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static boolean
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
ConstructorsConstructorDescriptionGenericBatch
(BufferedReader batchReader, AuthenticationInfo authInfo, PrintWriter log) GenericBatch
(BufferedReader batchReader, AuthenticationInfo authInfo, PrintWriter log, HandleResolver resolver) -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
void
void
-
Field Details
-
ENCODING
- See Also:
-
AUTH_STR
- See Also:
-
SECKEY_STR
- See Also:
-
PUBKEY_STR
- See Also:
-
CREATE_STR
- See Also:
-
DELETE_STR
- See Also:
-
ADD_STR
- See Also:
-
MODIFY_STR
- See Also:
-
REMOVE_STR
- See Also:
-
HOME_STR
- See Also:
-
UNHOME_STR
- See Also:
-
SEPA_STR
- See Also:
-
NEW_LINE
- See Also:
-
ADMIN_STR
- See Also:
-
FILE_STR
- See Also:
-
LIST_STR
- See Also:
-
debug
public static boolean debug -
SESSION_STR
- See Also:
-
-
Constructor Details
-
GenericBatch
public GenericBatch(BufferedReader batchReader, AuthenticationInfo authInfo, PrintWriter log) throws Exception - Throws:
Exception
-
GenericBatch
public GenericBatch(BufferedReader batchReader, AuthenticationInfo authInfo, PrintWriter log, HandleResolver resolver) throws Exception - Throws:
Exception
-
-
Method Details
-
processBatch
- Throws:
Exception
-
stopBatch
public void stopBatch() -
printUsage
public static void printUsage() -
main
-