Arcjav-s Library -

import java.util.Properties;

package com.arcjav.info;

// Changelog.java

Advanced usage example: // Code snippet

Configuration options: // Options and default values ARCJAV-s Library

public ConfigOptions() { properties = new Properties(); // Load properties from file }

public static void main(String[] args) { int exitCode = new CommandLine(new InfoCommand()).execute(args); System.exit(exitCode); } } To use the informative feature, simply run the arcjav-info command: import java

// ConfigOptions.java