Class GeneratedFilePath
- java.lang.Object
-
- org.opendaylight.yangtools.plugin.generator.api.GeneratedFilePath
-
-
Field Summary
Fields Modifier and Type Field Description static char
SEPARATOR
static String
SEPARATOR_STR
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(@Nullable Object obj)
String
getPath()
int
hashCode()
static GeneratedFilePath
ofFile(File file)
static GeneratedFilePath
ofFilePath(String filePath)
static GeneratedFilePath
ofPath(String path)
String
toString()
-
-
-
Field Detail
-
SEPARATOR
public static final char SEPARATOR
- See Also:
- Constant Field Values
-
SEPARATOR_STR
public static final String SEPARATOR_STR
- See Also:
- Constant Field Values
-
-
Method Detail
-
ofPath
public static GeneratedFilePath ofPath(String path)
-
ofFile
public static GeneratedFilePath ofFile(File file)
-
ofFilePath
public static GeneratedFilePath ofFilePath(String filePath)
-
getPath
public String getPath()
-
-