Liferay 6.0.5

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 Object
implements javax.ccpp.Profile


Constructor Summary
EmptyProfile()
           
 
Method Summary
 javax.ccpp.Attribute getAttribute(String name)
           
 Set<javax.ccpp.Attribute> getAttributes()
           
 javax.ccpp.Component getComponent(String localtype)
           
 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(String name)
Specified by:
getAttribute in interface javax.ccpp.Profile

getAttributes

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

getComponent

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

getComponents

public 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

Liferay 6.0.5