org.sonar.api.resources
Class Directory

java.lang.Object
  extended by org.sonar.api.resources.AbstractResource
      extended by org.sonar.api.resources.Directory
All Implemented Interfaces:
Resource

public class Directory
extends AbstractResource


Field Summary
static java.lang.String SEPARATOR
           
 
Fields inherited from interface org.sonar.api.resources.Resource
QUALIFIER_CLASS, QUALIFIER_DIRECTORY, QUALIFIER_FILE, QUALIFIER_PACKAGE, QUALIFIER_PROJECT_BRANCH, QUALIFIER_PROJECT_TRUNK, QUALIFIER_UNIT_TEST_CLASS, SCOPE_DIRECTORY, SCOPE_FILE, SCOPE_PROJECT
 
Constructor Summary
Directory(java.lang.String key)
           
Directory(java.lang.String key, Language language)
           
 
Method Summary
 boolean matchFilePattern(java.lang.String antPattern)
          Check resource against an Ant pattern, like mypackag?/*Foo.java.
static java.lang.String parseKey(java.lang.String key)
           
 
Methods inherited from class org.sonar.api.resources.AbstractResource
equals, getDescription, getKey, getLanguage, getName, getParent, getQualifier, getScope, hashCode, setDescription, setKey, setLanguage, setName, setQualifier, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SEPARATOR

public static final java.lang.String SEPARATOR
See Also:
Constant Field Values
Constructor Detail

Directory

public Directory(java.lang.String key)

Directory

public Directory(java.lang.String key,
                 Language language)
Method Detail

matchFilePattern

public boolean matchFilePattern(java.lang.String antPattern)
Description copied from interface: Resource
Check resource against an Ant pattern, like mypackag?/*Foo.java. It's used for example to match resource exclusions.

Parameters:
antPattern - Ant-like pattern (with **, * and ?). It includes file suffixes.
Returns:
true if the resource matches the Ant pattern

parseKey

public static java.lang.String parseKey(java.lang.String key)


Copyright © 2009 SonarSource SA. All Rights Reserved.