public class Theme extends Object
| Constructor and Description |
|---|
Theme(String name,
String path,
String id,
String regex,
String handle)
Create a new theme rule.
|
public Theme(String name, String path, String id, String regex, String handle)
name - A unique name of the themepath - The directory path to the themeid - The unique ID of the themeregex - The regular exrpession for this theme rulehandle - handle expression for this theme rulepublic boolean hasHandle()
public boolean hasRegex()
public String getName()
public String getPath()
public String getRegex()
public Pattern getPattern()
public String getHandle()
public String getId()
Copyright © 2013 DuraSpace. All Rights Reserved.