com.fusesource.tooling.fuse.cdc.api
Class CustomDistributionCreator

java.lang.Object
  extended by com.fusesource.tooling.fuse.cdc.api.CustomDistributionCreator

public class CustomDistributionCreator
extends java.lang.Object

TODO Add Class documentation for CustomDistributionCreator


Field Summary
static java.lang.String FEATURE_CONFIG_LOCATION
           
static java.lang.String FEATURES_BOOT_KEY
           
static java.lang.String FEATURES_REPOSITORIES_KEY
           
 
Constructor Summary
CustomDistributionCreator(Configuration configuration)
          TODO Add Constructor Javadoc
 
Method Summary
static void copy(java.io.InputStream is, java.io.File dir, java.lang.String destName, java.lang.String destDir, byte[] buffer)
           
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FEATURE_CONFIG_LOCATION

public static final java.lang.String FEATURE_CONFIG_LOCATION
See Also:
Constant Field Values

FEATURES_REPOSITORIES_KEY

public static final java.lang.String FEATURES_REPOSITORIES_KEY
See Also:
Constant Field Values

FEATURES_BOOT_KEY

public static final java.lang.String FEATURES_BOOT_KEY
See Also:
Constant Field Values
Constructor Detail

CustomDistributionCreator

public CustomDistributionCreator(Configuration configuration)
TODO Add Constructor Javadoc

Parameters:
configuration -
Throws:
java.lang.IllegalArgumentException - thrown if the configuration argument is null
Method Detail

execute

public void execute()
             throws java.lang.Exception
Throws:
java.lang.Exception

copy

public static void copy(java.io.InputStream is,
                        java.io.File dir,
                        java.lang.String destName,
                        java.lang.String destDir,
                        byte[] buffer)
                 throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2013 FuseSource. All Rights Reserved.