Uses of Class
jp.sourceforge.simplefh.ClassPathResource

Packages that use ClassPathResource
jp.sourceforge.simplefh   
jp.sourceforge.simplefh.impl   
 

Uses of ClassPathResource in jp.sourceforge.simplefh
 

Methods in jp.sourceforge.simplefh with parameters of type ClassPathResource
 void SimpleFileAccessor.copy(ClassPathResource src, ClassPathResource dest)
          Copy file simply.
 void SimpleFileAccessor.delete(ClassPathResource resourcePath)
          Delete file simply.
 void SimpleFileAccessor.deleteIfExists(ClassPathResource resourcePath)
          Delete file simply if target file exists.
 boolean SimpleFileAccessor.fileExist(ClassPathResource resourcePath)
          Check file exist.
 void SimpleFileAccessor.move(ClassPathResource from, ClassPathResource to)
          Move file simply.
 byte[] SimpleFileReader.read2ByteArray(ClassPathResource resourcePath)
          Read resource content(convert to byte array).
 char[] SimpleFileReader.read2CharArray(ClassPathResource resourcePath)
          Read resource content(convert to char array).
 String[] SimpleFileReader.read2StringLineArray(ClassPathResource resourcePath)
          Read resource content(convert to String array).
 List<String> SimpleFileReader.read2StringLineList(ClassPathResource resourcePath)
          Read resource content(convert to String List).
 void SimpleFileAccessor.rename(ClassPathResource resource, String newFilename)
          Rename file simply.
 SimpleFileWriter SimpleFileWriter.setWriteTarget(ClassPathResource resourcePath)
          Set write target.
 void SimpleFileAccessor.touch(ClassPathResource resourcePath)
          Touch file simply.
 

Uses of ClassPathResource in jp.sourceforge.simplefh.impl
 

Methods in jp.sourceforge.simplefh.impl with parameters of type ClassPathResource
 void SimpleFileAccessorImpl.copy(ClassPathResource src, ClassPathResource dest)
           
 void SimpleFileAccessorImpl.delete(ClassPathResource resourcePath)
           
 void SimpleFileAccessorImpl.deleteIfExists(ClassPathResource resourcePath)
           
 boolean SimpleFileAccessorImpl.fileExist(ClassPathResource resourcePath)
           
 void SimpleFileAccessorImpl.move(ClassPathResource from, ClassPathResource to)
           
 byte[] SimpleFileReaderImpl.read2ByteArray(ClassPathResource resourcePath)
           
 char[] SimpleFileReaderImpl.read2CharArray(ClassPathResource resourcePath)
           
 String[] SimpleFileReaderImpl.read2StringLineArray(ClassPathResource resourcePath)
           
 List<String> SimpleFileReaderImpl.read2StringLineList(ClassPathResource resourcePath)
           
 void SimpleFileAccessorImpl.rename(ClassPathResource resource, String newFilename)
           
 SimpleFileWriter SimpleFileWriterImpl.setWriteTarget(ClassPathResource resourcePath)
           
 void SimpleFileAccessorImpl.touch(ClassPathResource resourcePath)