Class ModuleDependency

  • All Implemented Interfaces:
    Dependency

    public class ModuleDependency
    extends Object
    implements Dependency
    Represents an orderEntry of type module in the iml XML.
    • Constructor Detail

      • ModuleDependency

        public ModuleDependency​(String name,
                                String scope)
    • Method Detail

      • getName

        public String getName()
        The name of the module the module depends on. Must not be null.
      • setName

        public void setName​(String name)
      • getScope

        public String getScope()
        The scope for this dependency. If null the scope attribute is not added.
      • setScope

        public void setScope​(String scope)
      • isExported

        public boolean isExported()
      • setExported

        public void setExported​(boolean exported)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object