Home
last modified time | relevance | path

Searched defs:CommandFormat (Results 1 – 3 of 3) sorted by relevance

/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/fs/shell/
H A DCommandFormat.java28 public class CommandFormat { class
34 public CommandFormat(String n, int min, int max, String ... possibleOpt) { in CommandFormat() method in CommandFormat
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/
H A DCommandFormat.java31 public class CommandFormat { class
45 public CommandFormat(String n, int min, int max, String ... possibleOpt) { in CommandFormat() method in CommandFormat
55 public CommandFormat(int min, int max, String ... possibleOpt) { in CommandFormat() method in CommandFormat
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/
H A DConstants.cs116 public enum CommandFormat enum