Class ConvertArscFile


  • public class ConvertArscFile
    extends java.lang.Object
    Utility class for convert '.arsc' to simple text file with mapping id to resource name
    • Constructor Summary

      Constructors 
      Constructor Description
      ConvertArscFile()  
    • Method Summary

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

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

      • ConvertArscFile

        public ConvertArscFile()
    • Method Detail

      • usage

        public static void usage()
      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException