All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.snapscript.studio.agent.cli.CommandOptionParser Maven / Gradle / Ivy

The newest version!
package org.snapscript.studio.agent.cli;

import java.io.File;
import java.net.URI;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Enumeration;
import java.util.List;
import java.util.Properties;
import java.util.StringTokenizer;
import java.util.regex.Matcher;
import java.util.regex.Pattern;

import org.snapscript.core.module.FilePathConverter;
import org.snapscript.core.module.Path;
import org.snapscript.core.module.PathConverter;

public class CommandOptionParser {
   
   private static final String ILLEGAL_OPTION = "Illegal option '%s', options take the format --




© 2015 - 2025 Weber Informatics LLC | Privacy Policy