public class ClipboardCommand extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ADDSYMLINK |
static String |
COPY |
static String |
CUT |
| Constructor and Description |
|---|
ClipboardCommand() |
ClipboardCommand(String type,
String path,
String ws) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getSrcPath() |
String |
getType() |
String |
getWorkspace() |
int |
hashCode() |
void |
setSrcPath(String srcPath) |
void |
setType(String type) |
void |
setWorkspace(String ws) |
public static final String COPY
public static final String CUT
public static final String ADDSYMLINK
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.