public abstract class ExtensionProfileSettings extends Object
| Constructor and Description |
|---|
ExtensionProfileSettings() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
commandToExecute()
The commandToExecute of the extension profile settings
|
static ExtensionProfileSettings |
create(List<String> fileUris,
String commandToExecute) |
abstract List<String> |
fileUris()
The fileUris reference of the extension profile settings
|
public abstract List<String> fileUris()
public abstract String commandToExecute()
public static ExtensionProfileSettings create(List<String> fileUris, String commandToExecute)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.