Last Version

Command Line Processing 1.0.1

Extracting command line options directly into data members: each field marked with an @External annotation automatically becomes a command line option. Extracting the options values from the command line arguments, i.e., the "String[] args" parameter to main, into the field(s), requires a single method invocation: Introspector.extract(args, o1, o2, ...) where o1,o2, ... are the objects in which the fields annotated with @External.

License

License

GroupId

GroupId

il.ac.technion.cs.ssdl
ArtifactId

ArtifactId

command-line-processing
Version

Version

1.0.1
Type

Type

jar
Description

Description

Command Line Processing
Extracting command line options directly into data members: each field marked with an @External annotation automatically becomes a command line option. Extracting the options values from the command line arguments, i.e., the "String[] args" parameter to main, into the field(s), requires a single method invocation: Introspector.extract(args, o1, o2, ...) where o1,o2, ... are the objects in which the fields annotated with @External.
Project Organization

Project Organization

Department of Computer Science, The Technion

Download command-line-processing 1.0.1


<!-- https://jarcasting.com/artifacts/il.ac.technion.cs.ssdl/command-line-processing/ -->
<dependency>
    <groupId>il.ac.technion.cs.ssdl</groupId>
    <artifactId>command-line-processing</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/il.ac.technion.cs.ssdl/command-line-processing/
implementation 'il.ac.technion.cs.ssdl:command-line-processing:1.0.1'
// https://jarcasting.com/artifacts/il.ac.technion.cs.ssdl/command-line-processing/
implementation ("il.ac.technion.cs.ssdl:command-line-processing:1.0.1")
'il.ac.technion.cs.ssdl:command-line-processing:jar:1.0.1'
<dependency org="il.ac.technion.cs.ssdl" name="command-line-processing" rev="1.0.1">
  <artifact name="command-line-processing" type="jar" />
</dependency>
@Grapes(
@Grab(group='il.ac.technion.cs.ssdl', module='command-line-processing', version='1.0.1')
)
libraryDependencies += "il.ac.technion.cs.ssdl" % "command-line-processing" % "1.0.1"
[il.ac.technion.cs.ssdl/command-line-processing "1.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.