Package io.protostuff.compiler.parser
Class Util
- java.lang.Object
-
- io.protostuff.compiler.parser.Util
-
@ParametersAreNonnullByDefault public class Util extends Object
Utility functions for parser.- Author:
- Kostiantyn Shchepanovskyi
-
-
Field Summary
Fields Modifier and Type Field Description static charQUOTE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetFileName(String fullPath)Returns file name by given absolute or relative file location.static StringremoveFirstAndLastChar(String text)Remove first and last character from given string and return result.
-
-
-
Field Detail
-
QUOTE
public static final char QUOTE
- See Also:
- Constant Field Values
-
-