Class Classpath

  • All Implemented Interfaces:
    org.gradle.plugins.ide.internal.generator.generator.PersistableConfigurationObject

    public class Classpath
    extends org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
    Represents the customizable elements of an eclipse classpath file. (via XML hooks everything is customizable).
    • Constructor Detail

      • Classpath

        public Classpath​(org.gradle.internal.xml.XmlTransformer xmlTransformer,
                         org.gradle.plugins.ide.eclipse.model.internal.FileReferenceFactory fileReferenceFactory)
      • Classpath

        public Classpath​(org.gradle.plugins.ide.eclipse.model.internal.FileReferenceFactory fileReferenceFactory)
      • Classpath

        public Classpath()
    • Method Detail

      • getDefaultResourceName

        protected String getDefaultResourceName()
        Specified by:
        getDefaultResourceName in class org.gradle.plugins.ide.internal.generator.AbstractPersistableConfigurationObject
      • load

        protected void load​(Node xml)
        Overrides:
        load in class org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
      • configure

        public Object configure​(List newEntries)
      • store

        protected void store​(Node xml)
        Overrides:
        store in class org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object