Package net.anotheria.asg.generator
Interface IGenerator
-
- All Known Implementing Classes:
CallContextGenerator,CMSBasedServiceGenerator,ConfiguratorGenerator,DataFacadeGenerator,DocumentGenerator,EnumerationGenerator,EnumTypeGenerator,FederationServiceGenerator,FederationVOGenerator,FixtureServiceGenerator,InMemoryServiceGenerator,JDBCBasedServiceGenerator,JDBCPersistenceServiceGenerator,JspGenerator,Log4JConfigurationGenerator,ModuleActionsGenerator,ModuleBeanGenerator,ModuleFactoryGenerator,ModuleGenerator,PersistenceServiceDAOGenerator,QueriesPageJspGenerator,RMIServiceGenerator,ServiceGenerator,SQLGenerator,VOGenerator
public interface IGeneratorTODO please remined another to comment this class- Version:
- $Id: $Id
- Author:
- another
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<FileEntry>generate(IGenerateable g)generate.
-
-
-
Method Detail
-
generate
java.util.List<FileEntry> generate(IGenerateable g)
generate.
- Parameters:
g- aIGenerateableobject.- Returns:
- a
Listobject.
-
-