Package tilda.loader
Interface GenericLoader
-
public interface GenericLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init(Connection C)
java.lang.String
process(java.lang.String i)
-
-
-
Method Detail
-
init
void init(Connection C) throws java.lang.Exception
- Throws:
java.lang.Exception
-
process
java.lang.String process(java.lang.String i)
-
-