private static class JavaProjectConversionParticipant.NonJavaResourceVisitor
extends java.lang.Object
implements org.eclipse.core.resources.IResourceVisitor
JavaProjectConversionParticipant.NonJavaResourceFoundException
is thrown.Modifier and Type | Field and Description |
---|---|
private static java.util.List<java.lang.String> |
IGNORED_EXTENSIONS |
Constructor and Description |
---|
NonJavaResourceVisitor() |
Modifier and Type | Method and Description |
---|---|
private boolean |
isIgnored(java.lang.String resourceName) |
boolean |
visit(org.eclipse.core.resources.IResource resource) |
private static final java.util.List<java.lang.String> IGNORED_EXTENSIONS
public boolean visit(org.eclipse.core.resources.IResource resource) throws org.eclipse.core.runtime.CoreException
visit
in interface org.eclipse.core.resources.IResourceVisitor
org.eclipse.core.runtime.CoreException
private boolean isIgnored(java.lang.String resourceName)