Interface ScriptCommand
-
- All Known Implementing Classes:
AbstractResourceScriptCommand
,AbstractScriptCommand
,AbstractWildFlyScriptCommand
,AddModuleScriptCommand
,AddSharedLibraryToDeployableScriptCommand
,AddUserToGroupScriptCommand
,AddUserToGroupScriptCommand
,BatchScriptCommand
,ConfigurePortsScriptCommand
,ConnectToServerScriptCommand
,CreateDomainScriptCommand
,CreateGroupScriptCommand
,CreateGroupScriptCommand
,CreateUserScriptCommand
,CreateUserScriptCommand
,CustomWildFlyScriptCommand
,DataSourceConnectionPropertyScriptCommand
,DataSourceConnectionPropertyScriptCommand
,DataSourceScriptCommand
,DataSourceScriptCommand
,DataSourceScriptCommand
,DeployDeployableOnlineScriptCommand
,DeployDeployableScriptCommand
,DeployDeployableScriptCommand
,DeploySharedLibraryScriptCommand
,DriverScriptCommand
,FileScriptCommand
,ImportWsadminlibScriptCommand
,JmsConnectionFactoryScriptCommand
,JmsConnectionFactoryScriptCommand
,JmsModuleScriptCommand
,JmsQueueScriptCommand
,JmsQueueScriptCommand
,JmsQueueScriptCommand
,JmsServerScriptCommand
,JmsSiBusMemberScriptCommand
,JmsSiBusScriptCommand
,JmsSubdeploymentScriptCommand
,JmsTopicScriptCommand
,JtaScriptCommand
,LoggingScriptCommand
,LoggingScriptCommand
,LoggingScriptCommand
,MailScriptCommand
,MailSessionScriptCommand
,MiscConfigurationScriptCommand
,PasswordValidatorScriptCommand
,ReadDomainOfflineScriptCommand
,ReadDomainOnlineScriptCommand
,RunBatchScriptCommand
,SaveSyncScriptCommand
,SetGlobalSecurityPropertyScriptCommand
,SetJvmPropertyScriptCommand
,SetSessionManagementPropertyScriptCommand
,SetSystemPropertyScriptCommand
,ShutdownDomainScriptCommand
,ShutdownServerScriptCommand
,SslScriptCommand
,StartDeployableScriptCommand
,StartEmbedServerScriptCommand
,StopDeployableScriptCommand
,SystemPropertyScriptCommand
,UndeployDeployableOnlineScriptCommand
,UndeployDeployableScriptCommand
,UndeployDeployableScriptCommand
,UpdateDomainOfflineScriptCommand
,UpdateDomainOnlineScriptCommand
,WriteDomainScriptCommand
,XaDataSourceScriptCommand
,XaDriverScriptCommand
public interface ScriptCommand
General interface for configuration script commands.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isApplicable()
Method used for checking if script command can be applied - if it has all needed parameters set.String
readScript()
-
-
-
Method Detail
-
readScript
String readScript()
- Returns:
- Filtered script representing this command.
-
isApplicable
boolean isApplicable()
Method used for checking if script command can be applied - if it has all needed parameters set.- Returns:
- True if script command can be applied with existing parameters.
-
-