Holger's
Java API

Uses of Class
com.antelmann.cddb.Resource

Packages that use Resource
com.antelmann.cddb This package contains classes to maintain music CD collections and associate CDs with information from a CDDB service. 
 

Uses of Resource in com.antelmann.cddb
 

Subclasses of Resource in com.antelmann.cddb
 class Artist
          Artist is an individual contributor to a composition and offers additional attributes applicable to a person.
 class Group
          Group is a resource made up by multiple individual resources; this could be an artist, a band, an orchestra, a chorus or anything similar - including yet another group.
 

Methods in com.antelmann.cddb that return Resource
 Resource Contribution.getResource()
           
 

Methods in com.antelmann.cddb that return types with arguments of type Resource
 Set<Resource> Group.getCompositionContributions()
          provides an unmodifiable view of the embedded resources
 Set<Resource> CompositionDB.getResources(Role role)
           
 

Methods in com.antelmann.cddb with parameters of type Resource
 boolean Group.add(Resource resource)
           
 int Resource.compareTo(Resource r)
          compares by the name
 boolean Group.contains(Resource resource)
          only looks at the directly added resources (ignores matches in sub-groups)
 boolean Group.find(Resource resource)
          searches through sub-groups as well
 boolean Group.remove(Resource resource)
           
 

Constructors in com.antelmann.cddb with parameters of type Resource
Contribution(Resource resource, Role role, int importance, String comment)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads