DOC

net.sf.filepiper : file-piper

Maven & Gradle

Jun 17, 2011

File piper · This project is a GUI utility for processing files. It allows selecting a set of source files and a pipeline of processes to apply onto those files. The applications shows in a nice-looking user interface where you can define profiles for your repetitive tasks. It provides pre-defined processors doing usual file manipulation tasks like: Copy, Head, Tail, Chunk, Search, Replace, Zip, Unzip... But the biggest value of this file processor tool is the ability to add easily custom file processors written in java.

Table Of Contents

Latest Version

Download net.sf.filepiper : file-piper Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sf.filepiper : file-piper Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2
1.1

How to open Javadoc JAR file in web browser

  1. Rename the file file-piper-1.2-javadoc.jar to file-piper-1.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder file-piper-1.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "file-piper-1.2-sources.jar" -d "file-piper-1.2-javadoc" -subpackages 

Advertisement