Interface IGenericLoader
-
public interface IGenericLoaderRepresents a hand written instance loader that can be initiated by a call to theLOADexternal entity. Implement this interface to create a generic instance loader.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidload(LOAD loader, String[] args)Initiate a load.
-