Example #1
0
 /// <summary>Registers this expression with the specified factory.</summary>
 /// <exception cref="System.IO.IOException"/>
 public static void RegisterExpression(ExpressionFactory factory)
 {
     factory.AddClass(typeof(Org.Apache.Hadoop.FS.Shell.Find.And), "-a");
     factory.AddClass(typeof(Org.Apache.Hadoop.FS.Shell.Find.And), "-and");
 }
Example #2
0
 /// <summary>Registers this expression with the specified factory.</summary>
 /// <exception cref="System.IO.IOException"/>
 public static void RegisterExpression(ExpressionFactory factory)
 {
     factory.AddClass(typeof(Org.Apache.Hadoop.FS.Shell.Find.Print), "-print");
     factory.AddClass(typeof(Print.Print0), "-print0");
 }
Example #3
0
 /// <summary>Registers this expression with the specified factory.</summary>
 /// <exception cref="System.IO.IOException"/>
 public static void RegisterExpression(ExpressionFactory factory)
 {
     factory.AddClass(typeof(Org.Apache.Hadoop.FS.Shell.Find.Name), "-name");
     factory.AddClass(typeof(Name.Iname), "-iname");
 }