Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/src/org/eclipse/pde/ds/internal/annotations/
H A DAnnotationVisitor.java122 …private static final Pattern PID_PATTERN = Pattern.compile("[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*"); … field in AnnotationVisitor
1558 if (!errorLevel.isIgnore() && !PID_PATTERN.matcher(name).matches()) { in validateComponentName()
1570 if (!errorLevel.isIgnore() && !PID_PATTERN.matcher(factory).matches()) { in validateComponentFactory()
1637 if (!errorLevel.isIgnore() && !PID_PATTERN.matcher(configPid).matches()) { in validateComponentConfigPID()