CommandLine2.6 - Download

Please wait ... Your download link is being verified for malicious content.
You'll be able to download in few seconds.


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 soft112.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 soft112.com contact us.

Publisher Description



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.



Click stars to rate this APP!

Users Rating:
  3.0/5     1
Downloads: 182
Updated At: 2026-03-08
Operating System: Windows, Mac, Linux
License Type: Free