Package eos.processor
Class PropertiesProcessor
- java.lang.Object
-
- eos.processor.PropertiesProcessor
-
public class PropertiesProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertiesProcessor(Eos.Cache cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InputStreamgetPropertiesFile(String propertyFile)voidrun()
-
-
-
Constructor Detail
-
PropertiesProcessor
public PropertiesProcessor(Eos.Cache cache)
-
-
Method Detail
-
getPropertiesFile
protected InputStream getPropertiesFile(String propertyFile) throws Exception
- Throws:
Exception
-
run
public void run() throws IOException- Throws:
IOException
-
-