|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.ide.common.res2.NoOpResourcePreprocessor
public class NoOpResourcePreprocessor
A ResourcePreprocessor used when no other preprocessor is enabled.
| Constructor Summary | |
|---|---|
NoOpResourcePreprocessor()
|
|
| Method Summary | |
|---|---|
void |
generateFile(java.io.File toBeGenerated,
java.io.File original)
Actually generate the file based on the original file. |
java.util.Collection<java.io.File> |
getFilesToBeGenerated(java.io.File original)
Returns the paths that should be generated for the given file. |
boolean |
needsPreprocessing(java.io.File file)
Checks if the given file should be replaced by N generated files. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoOpResourcePreprocessor()
| Method Detail |
|---|
public boolean needsPreprocessing(java.io.File file)
ResourcePreprocessor
needsPreprocessing in interface ResourcePreprocessorpublic java.util.Collection<java.io.File> getFilesToBeGenerated(java.io.File original)
ResourcePreprocessor
getFilesToBeGenerated in interface ResourcePreprocessor
public void generateFile(java.io.File toBeGenerated,
java.io.File original)
throws java.io.IOException
ResourcePreprocessor
generateFile in interface ResourcePreprocessorjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||