@Deprecated public class RuleImportImpl extends AbstractRuleBlock<String> implements RuleImport
RuleBlock.Priority| Modifier and Type | Field and Description |
|---|---|
protected String |
uri
Deprecated.
URI of file to be imported
|
priority, stylesheethash, listmodCount| Modifier | Constructor and Description |
|---|---|
protected |
RuleImportImpl(RuleBlock.Priority priority)
Deprecated.
Creates empty RuleImport instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
String |
getURI()
Deprecated.
Gets URI of import rule file
|
int |
hashCode()
Deprecated.
|
RuleImport |
setURI(String uri)
Deprecated.
Sets URI of import rule
|
String |
toString()
Deprecated.
|
String |
toString(int depth)
Deprecated.
Pretty output of CSS definition using indentation
|
compareTo, getPriority, getStyleSheet, setPriority, setStyleSheetadd, add, asList, get, iterator, remove, replaceAll, set, size, unlockaddAll, clear, indexOf, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPriority, getStyleSheet, setPriority, setStyleSheetasList, replaceAll, unlockadd, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArraycompareToprotected String uri
protected RuleImportImpl(RuleBlock.Priority priority)
priority - Priority markpublic String getURI()
RuleImportgetURI in interface RuleImportpublic RuleImport setURI(String uri)
RuleImportsetURI in interface RuleImporturi - URI of file to be importedpublic String toString(int depth)
PrettyOutputtoString in interface PrettyOutputdepth - Number of times output is indentedOutputUtilpublic String toString()
toString in class AbstractCollection<String>public int hashCode()
hashCode in interface Collection<String>hashCode in interface List<String>hashCode in class AbstractRuleBlock<String>public boolean equals(Object obj)
equals in interface Collection<String>equals in interface List<String>equals in class AbstractRuleBlock<String>Copyright © 2014. All rights reserved.