org.apache.muse.tools.generator.projectizer
Interface Projectizer

All Superinterfaces:
Configurable
All Known Implementing Classes:
AbstractProjectizer, J2EEAxis2Projectizer, J2EEMiniProjectizer, MiniProjectizer, OsgiAxis2Projectizer, OsgiMiniProjectizer, ProxyProjectizer

public interface Projectizer
extends Configurable

The third phase of code generation that takes the data from previous phases and creates a platform-specific layout on disk. For example, this phase creates all of the files and descriptors necessary for an Axis2 J2EE project.

Author:
Andrew Eberbach (aeberbac)

Method Summary
 void projectize(ConfigurationData data)
           
 
Methods inherited from interface org.apache.muse.tools.generator.util.Configurable
getConfigurationDataDescriptions
 

Method Detail

projectize

void projectize(ConfigurationData data)
                throws Exception
Throws:
Exception


Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.