Class Branch
- java.lang.Object
-
- org.guvnor.structure.repositories.Branch
-
@Portable public class Branch extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()org.uberfire.backend.vfs.PathgetPath()inthashCode()
-
-
-
Constructor Detail
-
Branch
public Branch()
-
Branch
public Branch(String name, org.uberfire.backend.vfs.Path path)
-
-