|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.update.core.JarContentReference.ContentSelector
public static class JarContentReference.ContentSelector
Content selector used in .jar operations. Default implementation causes all file entries to be selected with generated identifiers being the same as the original .jar entry name.
Constructor Summary | |
---|---|
JarContentReference.ContentSelector()
|
Method Summary | |
---|---|
java.lang.String |
defineIdentifier(java.util.jar.JarEntry entry)
Defines the "symbolic" path identifier for the entry. |
boolean |
include(java.util.jar.JarEntry entry)
Indicates whether the .jar entry should be selected. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JarContentReference.ContentSelector()
Method Detail |
---|
public boolean include(java.util.jar.JarEntry entry)
entry
- .jar entry
true
if entry is to be selected,
false
otherwisepublic java.lang.String defineIdentifier(java.util.jar.JarEntry entry)
entry
- .jar entry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |