org.jenkinsci.plugins.uithemes.model
Class UIThemeImplSpec

java.lang.Object
  extended by org.jenkinsci.plugins.uithemes.model.UIThemeImplSpec

public class UIThemeImplSpec
extends Object

Author:
tom.fennelly@gmail.com

Field Summary
 Map<String,UIThemeImplSpecProperty> properties
           
 
Constructor Summary
UIThemeImplSpec()
           
 
Method Summary
 UIThemeImplSpec addProperty(String name, UIThemeImplSpecProperty property)
           
 Map<String,String> getDefaultConfig()
           
 UIThemeImplSpecProperty getProperty(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

public Map<String,UIThemeImplSpecProperty> properties
Constructor Detail

UIThemeImplSpec

public UIThemeImplSpec()
Method Detail

addProperty

public UIThemeImplSpec addProperty(String name,
                                   UIThemeImplSpecProperty property)

getProperty

public UIThemeImplSpecProperty getProperty(String name)

getDefaultConfig

public Map<String,String> getDefaultConfig()


Copyright © 2004-2015. All Rights Reserved.