Class ProxyDestroy


  • public class ProxyDestroy
    extends java.lang.Object
    Destroys a proxy file.
     Syntax: java ProxyDestroy [-dryrun][-default] [file1...]
             java ProxyDestroy -help\n
     Options
     -help | -usage
         Displays usage
     -dryrun
         Prints what files would have been destroyed
     file1 file2 ...
         Destroys files listed
    
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String message  
    • Constructor Summary

      Constructors 
      Constructor Description
      ProxyDestroy()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProxyDestroy

        public ProxyDestroy()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)