Package org.adempiere.base
Interface IReplenishFactory
-
public interface IReplenishFactory
Factory Interface for plugins to connect to the iDempiere core and provide a way to load Replication Custom Interface.- Author:
- tsvikruha
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplenishInterface
newReplenishInstance(String className)
-
-
-
Method Detail
-
newReplenishInstance
ReplenishInterface newReplenishInstance(String className)
- Parameters:
className
-- Returns:
- Replenish instance
-
-