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

Since:
1.10

Field Summary
static String ROOT
           
static String SEPARATOR
           
 
Fields inherited from interface org.sonar.api.resources.Resource
QUALIFIER_CLASS, QUALIFIER_DIRECTORY, QUALIFIER_FILE, QUALIFIER_MODULE, QUALIFIER_PACKAGE, QUALIFIER_PROJECT, QUALIFIER_PROJECT_BRANCH, QUALIFIER_PROJECT_TRUNK, QUALIFIER_SUBVIEW, QUALIFIER_UNIT_TEST_CLASS, QUALIFIER_VIEW, SCOPE_DIRECTORY, SCOPE_ENTITY, SCOPE_FILE, SCOPE_PROJECT, SCOPE_SET, SCOPE_SPACE
 
Constructor Summary
Directory(String key)
           
Directory(String key, Language language)
           
 
Method Summary
 boolean matchFilePattern(String antPattern)
          Check resource against an Ant pattern, like mypackag?/*Foo.java.
static String parseKey(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 String SEPARATOR
See Also:
Constant Field Values

ROOT

public static final String ROOT
See Also:
Constant Field Values
Constructor Detail

Directory

public Directory(String key)

Directory

public Directory(String key,
                 Language language)
Method Detail

matchFilePattern

public boolean matchFilePattern(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 String parseKey(String key)


Copyright © 2009 SonarSource SA. All Rights Reserved.