| java.lang.Object org.netbeans.modules.apisupport.project.NbModuleProjectGenerator
NbModuleProjectGenerator | public class NbModuleProjectGenerator (Code) | | Servers for generating new NetBeans Modules templates.
author: Martin Krauskopf |
Method Summary | |
public static FileObject | createLayer(FileObject projectDir, String layerPath) | public static void | createNetBeansOrgModule(File projectDir, String cnb, String name, String bundlePath, String layerPath) Generates NetBeans Module within the netbeans.org source tree. | public static void | createStandAloneModule(File projectDir, String cnb, String name, String bundlePath, String layerPath, String platformID) Generates standalone NetBeans Module. | public static void | createSuiteComponentModule(File projectDir, String cnb, String name, String bundlePath, String layerPath, File suiteDir) Generates suite component NetBeans Module. | public static void | createSuiteLibraryModule(File projectDir, String cnb, String name, String bundlePath, File suiteDir, File license, File[] jars) Generates suite component Library Wrapper NetBeans Module. | public static void | createSuiteProperties(FileObject projectDir, File suiteDir) Detects whether projectDir is relative to
suiteDir and creates nbproject/suite.properties or
nbproject/private/suite-private.properties with
suite.dir appropriately set. |
PLATFORM_PROPERTIES_PATH | final public static String PLATFORM_PROPERTIES_PATH(Code) | | |
createNetBeansOrgModule | public static void createNetBeansOrgModule(File projectDir, String cnb, String name, String bundlePath, String layerPath) throws IOException(Code) | | Generates NetBeans Module within the netbeans.org source tree.
|
createSuiteProperties | public static void createSuiteProperties(FileObject projectDir, File suiteDir) throws IOException(Code) | | Detects whether projectDir is relative to
suiteDir and creates nbproject/suite.properties or
nbproject/private/suite-private.properties with
suite.dir appropriately set.
|
|
|