Class PathNodesGenerator


  • public class PathNodesGenerator
    extends java.lang.Object
    convert String path to String[] nodes *
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void checkPath​(java.lang.String path)
      throw exception if path is illegal.
      static java.lang.String[] splitPathToNodes​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait