Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class GetMEXmiWriterCasConsumer extends JCasAnnotator_ImplBase
- {
- public static final String PARAM_OUTPUTDIR = "OutputDirectory";
- private File a;
- private int b;
- private Logger c;
- public final void initialize(UimaContext context)
- throws ResourceInitializationException
- {
- super.initialize(context);
- this.c = context.getLogger();
- this.c.log(Level.INFO, "initialize()");
- this.c.log(Level.INFO, "outputDirectory: " + null);
- this.b = 0;
- this.a = new File(null);
- if (!this.a.exists())
- this.a.mkdirs();
- }
Advertisement
Add Comment
Please, Sign In to add comment