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

org.ow2.mind.CommandOptionHandler Maven / Gradle / Ivy

There is a newer version: 2.0
Show newest version

package org.ow2.mind;

import java.util.Map;

import org.objectweb.fractal.adl.ADLException;
import org.ow2.mind.AbstractLauncher.CmdOption;
import org.ow2.mind.AbstractLauncher.CommandLine;

public interface CommandOptionHandler {
  void processCommandOption(CmdOption cmdOption, CommandLine cmdLine,
      Map context) throws ADLException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy