public class Configure extends Object implements org.apache.sling.crankstart.api.CrankstartCommand
Modifier and Type | Field and Description |
---|---|
static String |
CRANKSTART_CONFIG_ID
Config factory definitions can include this property to define a unique
ID that avoids recreating them if the crankstart file runs several
times.
|
static String |
FACTORY_SUFFIX |
static String |
FELIX_FORMAT_SUFFIX |
static String |
I_CONFIGURE |
Constructor and Description |
---|
Configure() |
Modifier and Type | Method and Description |
---|---|
boolean |
appliesTo(org.apache.sling.crankstart.api.CrankstartCommandLine commandLine) |
void |
execute(org.apache.sling.crankstart.api.CrankstartContext crankstartContext,
org.apache.sling.crankstart.api.CrankstartCommandLine commandLine) |
String |
getDescription() |
public static final String I_CONFIGURE
public static final String FACTORY_SUFFIX
public static final String FELIX_FORMAT_SUFFIX
public static final String CRANKSTART_CONFIG_ID
public boolean appliesTo(org.apache.sling.crankstart.api.CrankstartCommandLine commandLine)
appliesTo
in interface org.apache.sling.crankstart.api.CrankstartCommand
public String getDescription()
getDescription
in interface org.apache.sling.crankstart.api.CrankstartCommand
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.