Class LauncherArguments
- java.lang.Object
-
- org.apache.sling.maven.feature.launcher.LauncherArguments
-
public class LauncherArguments extends Object
-
-
Constructor Summary
Constructors Constructor Description LauncherArguments()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getFrameworkProperties()Map<String,String>getVariables()String[]getVmOptions()voidsetFrameworkProperties(Map<String,String> frameworkProperties)voidsetVariables(Map<String,String> variables)voidsetVmOptions(String[] vmOptions)
-