Class Factorypath

java.lang.Object
org.gradle.plugins.ide.internal.generator.AbstractPersistableConfigurationObject
org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
com.diffplug.gradle.eclipse.apt.Factorypath
All Implemented Interfaces:
org.gradle.plugins.ide.internal.generator.generator.PersistableConfigurationObject

public class Factorypath extends org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
     
    protected void
    load(groovy.util.Node xml)
     
    void
    setEntries(List<File> entries)
     
    protected void
    store(groovy.util.Node xml)
     

    Methods inherited from class org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject

    findFirstChildNamed, findFirstChildWithAttributeValue, findFirstWithAttributeValue, findOrCreateFirstChildNamed, findOrCreateFirstChildWithAttributeValue, getChildren, getXml, load, store, transformAction, transformAction

    Methods inherited from class org.gradle.plugins.ide.internal.generator.AbstractPersistableConfigurationObject

    load, loadDefaults, store

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getDefaultResourceName

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

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

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

      public List<File> getEntries()
    • setEntries

      public void setEntries(List<File> entries)