Home Page

CommandLine 2.6 - Download




About CommandLine

CommandLine parses the command line for a description of a set of files and converts it into a list of individual files to process. CommandLine does nothing by itself. It is library code you can incorporate into your own...

CommandLine parses the command line for a description of a
set of files and converts it into a list of individual files
to process.

CommandLine does nothing by itself. It is library code you
can incorporate into your own Java programs like this:

CommandLine wantedFiles = new CommandLine( args,
new AllDirectoriesFilter() /* which directories to include */,
new ExtensionListFilter( "java" ) /* which file extensions to include */);

// iterate through all the files in the collection.
for ( File file : wantedFiles )
{
System.err.println( file.getCanonicalPath() );
}// end for

On the command line, you can specify a list of individual
files, mixed with a list of directories.

If you use the -s switch in includes all the files in all
the recursive subdirectories.

Why that apple tree icon? It represents a tree of various
types of files, from which you pick some.



Previous Versions

Here you can find the changelog of CommandLine since it was posted on our website on 2015-04-25 03:00:00. The latest version is 2.6 and it was updated on 2024-04-22 19:45:00. See below the changes in each version.

CommandLine version 2.6
Updated At: 2011-01-10
Changes: Split off from Filter package, now uses much less RAM.


Related Apps

Here you can find apps that are similar with CommandLine.



Disclaimer

External Download


We do not host CommandLine on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by the software publisher and passed their terms and conditions to be listed there. We recommend caution when installing it.

The external download link for CommandLine is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  3.0/5     1
Downloads: 180
Updated At: 2024-04-22 19:45:00
Publisher: Canadian Mind Products
Operating System: Java,Linux,Mac OS X,Unix,Win2000,Win7 X32,Win7 X64,WinServer,WinVista,WinVista X64,WinXP
License Type: Free