This project has retired. For details please refer to its Attic page.

Uses of Interface
org.apache.abdera.model.Generator

Packages that use Generator
org.apache.abdera.factory   
org.apache.abdera.model   
 

Uses of Generator in org.apache.abdera.factory
 

Methods in org.apache.abdera.factory that return Generator
 Generator Factory.newDefaultGenerator()
          Create a new Generator with Abdera's default name and version.
 Generator Factory.newDefaultGenerator(Element parent)
          Create a new Generator using Abdera's default name and version as a child of the given Element.
 Generator Factory.newGenerator()
          Create a new Generator element.
 Generator Factory.newGenerator(Element parent)
          Create a new Generator element as a child of the given Element.
 

Uses of Generator in org.apache.abdera.model
 

Methods in org.apache.abdera.model that return Generator
 Generator Source.getGenerator()
          RFC4287: The "atom:generator" element's content identifies the agent used to generate a feed, for debugging and other purposes.
 Generator Source.setGenerator(String iri, String version, String value)
          RFC4287: The "atom:generator" element's content identifies the agent used to generate a feed, for debugging and other purposes.
 Generator Generator.setUri(String uri)
          The atom:generator element MAY have a "uri" attribute whose value MUST be an IRI reference [RFC3987].
 Generator Generator.setVersion(String version)
          The atom:generator element MAY have a "version" attribute that indicates the version of the generating agent.
 

Methods in org.apache.abdera.model with parameters of type Generator
<T extends Source>
T
Source.setGenerator(Generator generator)
          RFC4287: The "atom:generator" element's content identifies the agent used to generate a feed, for debugging and other purposes.
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.