org.openorb.pss.compiler.taskdefs
Class StorageProfile

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.openorb.pss.compiler.taskdefs.StorageProfile
All Implemented Interfaces:
java.lang.Cloneable

public class StorageProfile
extends org.apache.tools.ant.Task

Author:
putrycz To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Constructor Summary
StorageProfile()
          Constructor for StorageProfile.
StorageProfile(java.lang.String pstype, java.lang.String postfix)
          Constructor for StorageProfile.
 
Method Summary
 java.lang.String getPostFix()
           
 java.lang.String getType()
           
 void setPostFix(java.lang.String postfix)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, init, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageProfile

public StorageProfile()
Constructor for StorageProfile.


StorageProfile

public StorageProfile(java.lang.String pstype,
                      java.lang.String postfix)
Constructor for StorageProfile.

Method Detail

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getPostFix

public java.lang.String getPostFix()

setPostFix

public void setPostFix(java.lang.String postfix)