Home
last modified time | relevance | path

Searched refs:templateSource (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DStringEvaluator.java89 public long getLastModified(Object templateSource) { in getLastModified() argument
94 public Reader getReader(Object templateSource, String encoding) throws IOException { in getReader() argument
99 public void closeTemplateSource(Object templateSource) throws IOException { in closeTemplateSource() argument
DTemplateHandler.java1174 public Reader getReader(Object templateSource, String encoding) throws IOException { in getReader() argument
1175 URL url = (URL) templateSource; in getReader()
1180 public long getLastModified(Object templateSource) { in getLastModified() argument
1195 public void closeTemplateSource(Object templateSource) throws IOException { in closeTemplateSource() argument