com.liferay.portal.ccpp
Class EmptyProfile

java.lang.Object
  extended by com.liferay.portal.ccpp.EmptyProfile
All Implemented Interfaces:
javax.ccpp.Profile

public class EmptyProfile
extends java.lang.Object
implements javax.ccpp.Profile

View Source

Author:
Jorge Ferrer

Constructor Summary
EmptyProfile()
           
 
Method Summary
 javax.ccpp.Attribute getAttribute(java.lang.String name)
           
 java.util.Set<javax.ccpp.Attribute> getAttributes()
           
 javax.ccpp.Component getComponent(java.lang.String localtype)
           
 java.util.Set<javax.ccpp.Component> getComponents()
           
 javax.ccpp.ProfileDescription getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyProfile

public EmptyProfile()
Method Detail

getAttribute

public javax.ccpp.Attribute getAttribute(java.lang.String name)
Specified by:
getAttribute in interface javax.ccpp.Profile

getAttributes

public java.util.Set<javax.ccpp.Attribute> getAttributes()
Specified by:
getAttributes in interface javax.ccpp.Profile

getComponent

public javax.ccpp.Component getComponent(java.lang.String localtype)
Specified by:
getComponent in interface javax.ccpp.Profile

getComponents

public java.util.Set<javax.ccpp.Component> getComponents()
Specified by:
getComponents in interface javax.ccpp.Profile

getDescription

public javax.ccpp.ProfileDescription getDescription()
Specified by:
getDescription in interface javax.ccpp.Profile