Class ClassImportRule

    • Field Detail

    • Constructor Detail

      • ClassImportRule

        ClassImportRule​(boolean allow,
                        boolean localOnly,
                        String className,
                        boolean regExp)
        Constructs an instance.
        Parameters:
        allow - whether to allow access.
        localOnly - whether the rule is to be applied locally only
        className - the class to apply the rule on.
        regExp - whether the class name is to be interpreted as a regular expression.