Searched refs:targetNodePath (Results 1 – 1 of 1) sorted by relevance
24 final String targetNodePath; field in ResourceSplitter.SplitInfo31 public SplitInfo(String srcNodePath, String targetDirPath, String targetNodePath) { in SplitInfo() argument37 if (targetNodePath == null) { in SplitInfo()38 targetNodePath = srcNodePath; in SplitInfo()39 } else if (!targetNodePath.endsWith("/")) { in SplitInfo()40 targetNodePath += "/"; in SplitInfo()44 this.targetNodePath = targetNodePath; in SplitInfo()270 placeResourceAtPath(root, si.targetNodePath, res); in handleSplit()320 private void placeResourceAtPath(Resource root, String targetNodePath, Resource res) { in placeResourceAtPath() argument321 String[] nodeNames = targetNodePath.split("/"); in placeResourceAtPath()