@Portable public class DriverDefInfo extends DefInfo
| Constructor and Description |
|---|
DriverDefInfo() |
DriverDefInfo(String uuid,
String name,
DriverDeploymentInfo deploymentInfo) |
DriverDefInfo(String uuid,
String name,
org.uberfire.backend.vfs.Path path,
DriverDeploymentInfo deploymentInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
org.uberfire.backend.vfs.Path |
getPath() |
String |
getUuid() |
int |
hashCode() |
String |
toString() |
public DriverDefInfo()
public DriverDefInfo(String uuid, String name, org.uberfire.backend.vfs.Path path, DriverDeploymentInfo deploymentInfo)
public DriverDefInfo(String uuid, String name, DriverDeploymentInfo deploymentInfo)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.