info.magnolia.module.delta
Class BootstrapSingleModuleResource

java.lang.Object
  extended by info.magnolia.module.delta.AbstractTask
      extended by info.magnolia.module.delta.BootstrapResourcesTask
          extended by info.magnolia.module.delta.BootstrapSingleModuleResource
All Implemented Interfaces:
Task

public class BootstrapSingleModuleResource
extends BootstrapResourcesTask

Bootstraps a classpath resources relative to the module's bootstrap folder: /mgnl-bootstrap/<module-name>>.

Version:
$Id: BootstrapSingleModuleResource.java 41137 2011-01-06 18:19:25Z gjoseph $
Author:
pbracher

Field Summary
 
Fields inherited from class info.magnolia.module.delta.AbstractTask
log
 
Constructor Summary
BootstrapSingleModuleResource(String name, String description, String resourceName)
           
BootstrapSingleModuleResource(String name, String description, String resourceName, int importUUIDBehavior)
           
 
Method Summary
protected  String[] getResourcesToBootstrap(InstallContext installContext)
          Override this method to bootstrap specific resource files.
 
Methods inherited from class info.magnolia.module.delta.BootstrapResourcesTask
acceptResource, execute
 
Methods inherited from class info.magnolia.module.delta.AbstractTask
getDescription, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BootstrapSingleModuleResource

public BootstrapSingleModuleResource(String name,
                                     String description,
                                     String resourceName)

BootstrapSingleModuleResource

public BootstrapSingleModuleResource(String name,
                                     String description,
                                     String resourceName,
                                     int importUUIDBehavior)
Method Detail

getResourcesToBootstrap

protected String[] getResourcesToBootstrap(InstallContext installContext)
Description copied from class: BootstrapResourcesTask
Override this method to bootstrap specific resource files.

Overrides:
getResourcesToBootstrap in class BootstrapResourcesTask


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.