Package com.enonic.xp.style
Class StyleDescriptor
- java.lang.Object
-
- com.enonic.xp.style.StyleDescriptor
-
public final class StyleDescriptor extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStyleDescriptor.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StyleDescriptor.BuildercopyOf(StyleDescriptor styleDescriptor)static StyleDescriptor.Buildercreate()booleanequals(Object o)ApplicationKeygetApplicationKey()StringgetCssPath()ImmutableList<ElementStyle>getElements()InstantgetModifiedTime()inthashCode()static ResourceKeytoResourceKey(ApplicationKey key)StringtoString()
-
-
-
Method Detail
-
getApplicationKey
public ApplicationKey getApplicationKey()
-
getCssPath
public String getCssPath()
-
getElements
public ImmutableList<ElementStyle> getElements()
-
getModifiedTime
public Instant getModifiedTime()
-
toResourceKey
public static ResourceKey toResourceKey(ApplicationKey key)
-
copyOf
public static StyleDescriptor.Builder copyOf(StyleDescriptor styleDescriptor)
-
create
public static StyleDescriptor.Builder create()
-
-