com.bowstreet.webapp
Interface RegenSettings


public interface RegenSettings

Interface for RegenSettings. This represents the information needed to regenerate a WebApp.


Method Summary
 GenContext getGenContext()
          Get the GenContext which is managing this regen
 java.lang.String getName()
          Gets the name of the Model
 ProfileData getProfileData()
          Get the ProfileData used regeneration
 java.lang.String getUniqueKey()
          Get Unique "key" for this WebApp
 

Method Detail

getGenContext

GenContext getGenContext()
Get the GenContext which is managing this regen


getName

java.lang.String getName()
Gets the name of the Model

Returns:
the Model name

getProfileData

ProfileData getProfileData()
Get the ProfileData used regeneration


getUniqueKey

java.lang.String getUniqueKey()
Get Unique "key" for this WebApp



Copyright © 2009 IBM. All Rights Reserved.