public class Trainer extends java.lang.Object implements Configurable
At this point, a very simple file that helps us debug the code.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_FINAL_STAGE
The property for the final trainer stage to be processed.
|
static java.lang.String |
PROP_INITIAL_STAGE
The property for the initial trainer stage to be processed.
|
static java.lang.String |
TRAIN_MANAGER |
Constructor and Description |
---|
Trainer() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] argv)
Main method of this Trainer.
|
void |
newProperties(PropertySheet ps)
This method is called when this configurable component needs to be reconfigured.
|
@S4Component(type=TrainManager.class) public static final java.lang.String TRAIN_MANAGER
@S4String(defaultValue="_00_INITIALIZATION") public static final java.lang.String PROP_INITIAL_STAGE
@S4String(defaultValue="_40_TIED_CD_TRAIN") public static final java.lang.String PROP_FINAL_STAGE
public void newProperties(PropertySheet ps) throws PropertyException
Configurable
newProperties
in interface Configurable
ps
- a property sheet holding the new dataPropertyException
- if there is a problem with the properties.public static void main(java.lang.String[] argv)
argv
- argv[0] : XML configuration file