Package org.jboss.as.patching.generator
Class OptionalPath
- java.lang.Object
-
- org.jboss.as.patching.generator.OptionalPath
-
public class OptionalPath extends Object
- Author:
- Alexey Loubyansky
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OptionalPathcreate(String path)static OptionalPathcreate(String path, String requires)booleanequals(Object obj)StringgetRequires()StringgetValue()inthashCode()StringtoString()
-
-
-
Method Detail
-
create
public static OptionalPath create(String path)
-
create
public static OptionalPath create(String path, String requires)
-
getValue
public String getValue()
-
getRequires
public String getRequires()
-
-