public class CommandDTO extends Object
CommandDTO
launcher command DTO.Constructor and Description |
---|
CommandDTO(String command,
String filePath,
String fileName) |
Modifier and Type | Method and Description |
---|---|
String |
getCommand() |
String |
getFileName() |
String |
getFilePath() |
void |
setCommand(String command) |
void |
setFileName(String fileName) |
void |
setFilePath(String filePath) |
Copyright © 2017 WSO2. All rights reserved.