Class RebuildParameterPage

java.lang.Object
com.sonyericsson.rebuild.RebuildParameterPage

public class RebuildParameterPage extends Object
An object contains information of the view to show parameters in rebuild page.
  • Constructor Details

    • RebuildParameterPage

      public RebuildParameterPage(Class<?> clazz, String page)
      Parameters:
      clazz - the class for the view.
      page - the path of jelly(or groovy) file.
  • Method Details

    • getClazz

      public Class<?> getClazz()
      Returns:
      the class for the view.
    • getPage

      public String getPage()
      Returns:
      the path of jelly(or groovy) file.