public class GenruleOutPath extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static void | assertValid(String s)Don't allow empty paths, absolute paths, paths ending with / or paths containing "."/".." Only
 exception is when out = "." | 
| static GenruleOutPath | of(String s)Creates a GenruleOut object from a string. | 
| static String | stringMapper(GenruleOutPath p) | 
| String | toString() | 
public static GenruleOutPath of(String s)
public static void assertValid(String s)
public static String stringMapper(GenruleOutPath p)