node-java icon indicating copy to clipboard operation
node-java copied to clipboard

Singleton class method call

Open loretoparisi opened this issue 5 years ago • 0 comments

I have this singleton logging class namedRedwoodConfiguration, for which I have to call clear method and then the apply:

import edu.stanford.nlp.util.logging.RedwoodConfiguration;
RedwoodConfiguration.current().clear().apply();
StanfordCoreNLP pipeline = new StanfordCoreNLP(props);

How to with node-java?

thank you.

loretoparisi avatar Sep 18 '20 09:09 loretoparisi