Class JavaTypeSelection

    • Constructor Detail

      • JavaTypeSelection

        public JavaTypeSelection()
      • JavaTypeSelection

        public JavaTypeSelection​(List<String> includePackages,
                                 List<String> skipTypes)
    • Method Detail

      • getIncludePackages

        public List<String> getIncludePackages()
      • setIncludePackages

        public void setIncludePackages​(List<String> pkgs)
      • getSkipTypes

        public List<String> getSkipTypes()
      • setexcludeTypes

        public void setexcludeTypes​(List<String> types)
      • includePackage

        public void includePackage​(String pkg)
      • excludeType

        public void excludeType​(String type)
      • hasIncludePackages

        public boolean hasIncludePackages()
      • hasExcludeTypes

        public boolean hasExcludeTypes()
      • isEmpty

        public boolean isEmpty()
      • isTypeSelected

        public boolean isTypeSelected​(String fullyQualifiedTypeName)
      • isPackageSelected

        public boolean isPackageSelected​(String pkg)