Class ProjectDependenciesConverter.MavenDependencyScopes

    • Field Detail

      • compile

        public final boolean compile
      • provided

        public final boolean provided
      • runtime

        public final boolean runtime
      • test

        public final boolean test
      • system

        public final boolean system
    • Constructor Detail

      • MavenDependencyScopes

        public MavenDependencyScopes​(boolean compile,
                                     boolean provided,
                                     boolean runtime,
                                     boolean test,
                                     boolean system)