CommandLine2.6



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.



About CommandLine

CommandLine is a free software published in the Java & JavaScript list of programs, part of Web Development.

This Java & JavaScript program is available in English. It was last updated on 08 March, 2026. CommandLine is compatible with the following operating systems: Linux, Mac, Other, Unix, Windows.

The company that develops CommandLine is Canadian Mind Products. The latest version released by its developer is 2.6. This version was rated by 1 users of our site and has an average rating of 3.0.

The download we have available for CommandLine has a file size of N/A. Just click the green Download button above to start the downloading process. The program is listed on our website since 2011-01-10 and was downloaded 182 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded software with your antivirus. Your antivirus may detect the CommandLine as malware if the download link is broken.

How to install CommandLine on your Windows device:
  • Click on the Download button on our website. This will start the download from the website of the developer.
  • Once the CommandLine is downloaded click on it to start the setup process (assuming you are on a desktop computer).
  • When the installation is finished you should be able to see and run the program.

Program Details


General

Publisher
Released Date
2011-01-10
Languages
English

Category

Category
Subcategory

System requirements

Operating systems
Java,Linux,Mac OS X,Unix,Win2000,Win7 x32,Win7 x64,WinServer,WinVista,WinVista x64,WinXP

Download information

File size
N/A
Total downloads
182

Pricing

License model
Free
Price

Version History


Here you can find the changelog of CommandLine since it was posted on our website on 2015-04-25. The latest version is 2.6 and it was updated on Soft112 on 08 March, 2026. See below the changes in each version:

version 2.6

posted on 2011-01-10

Split off from Filter package, now uses much less RAM.






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