Class DriverDefInfo
- java.lang.Object
-
- org.kie.workbench.common.screens.datasource.management.model.DefInfo
-
- org.kie.workbench.common.screens.datasource.management.model.DriverDefInfo
-
@Portable public class DriverDefInfo extends DefInfo
-
-
Constructor Summary
Constructors Constructor Description DriverDefInfo()DriverDefInfo(String uuid, String name, DriverDeploymentInfo deploymentInfo)DriverDefInfo(String uuid, String name, org.uberfire.backend.vfs.Path path, DriverDeploymentInfo deploymentInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()org.uberfire.backend.vfs.PathgetPath()StringgetUuid()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
DriverDefInfo
public DriverDefInfo()
-
DriverDefInfo
public DriverDefInfo(String uuid, String name, org.uberfire.backend.vfs.Path path, DriverDeploymentInfo deploymentInfo)
-
DriverDefInfo
public DriverDefInfo(String uuid, String name, DriverDeploymentInfo deploymentInfo)
-
-