org.apache.pluto.internal.impl
Class DummyProfile

java.lang.Object
  extended by org.apache.pluto.internal.impl.DummyProfile
All Implemented Interfaces:
javax.ccpp.Profile

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

A dummy replace for a real CCPP Implementation (TBD)


Constructor Summary
DummyProfile()
           
 
Method Summary
 javax.ccpp.Attribute getAttribute(java.lang.String arg0)
           
 java.util.Set getAttributes()
           
 javax.ccpp.Component getComponent(java.lang.String arg0)
           
 java.util.Set 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

DummyProfile

public DummyProfile()
Method Detail

getAttribute

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

getAttributes

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

getComponent

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

getComponents

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

getDescription

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


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.