org.xcmis.search.value
Class SlashSplitter

java.lang.Object
  extended by org.xcmis.search.value.SlashSplitter
All Implemented Interfaces:
PathSplitter<String>

public class SlashSplitter
extends Object
implements PathSplitter<String>

Split path by Slash.


Constructor Summary
SlashSplitter()
           
 
Method Summary
 String[] splitPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlashSplitter

public SlashSplitter()
Method Detail

splitPath

public String[] splitPath(String path)
Specified by:
splitPath in interface PathSplitter<String>
See Also:
PathSplitter.splitPath(java.lang.String)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.