Enum Targets

    • Enum Constant Detail

      • INSTANCE

        public static final Targets INSTANCE
    • Field Detail

      • DOTNET_CLIENT_DEPENDENCIES

        private static final java.lang.String[] DOTNET_CLIENT_DEPENDENCIES
      • DOTNET_WPF_DEPENDENCIES

        private static final java.lang.String[] DOTNET_WPF_DEPENDENCIES
    • Constructor Detail

      • Targets

        private Targets()
    • Method Detail

      • values

        public static Targets[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Targets c : Targets.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Targets valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • listOptions

        private static void listOptions​(Context context)
      • removeUnusedFiles

        private static void removeUnusedFiles​(Context context,
                                              java.io.File folder,
                                              java.util.HashSet<java.io.File> usedFiles)
                                       throws ExitException
        Throws:
        ExitException
      • saveFile

        private static java.io.File saveFile​(Context context,
                                             java.lang.String temp,
                                             boolean escapeName,
                                             java.lang.String name,
                                             java.lang.String content)
                                      throws ExitException,
                                             java.io.IOException
        Throws:
        ExitException
        java.io.IOException