public class ResourceIndexerDao extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MINIMUM_KEY_SIZE |
| Constructor and Description |
|---|
ResourceIndexerDao(MyBatis mybatis) |
| Modifier and Type | Method and Description |
|---|---|
ResourceIndexerDao |
indexProject(int rootProjectId)
This method is reentrant.
|
ResourceIndexerDao |
indexProjects()
This method is reentrant.
|
boolean |
indexResource(int id,
String name,
String qualifier,
int rootId) |
boolean |
indexResource(long id) |
public static final int MINIMUM_KEY_SIZE
public ResourceIndexerDao(MyBatis mybatis)
public ResourceIndexerDao indexProject(int rootProjectId)
public ResourceIndexerDao indexProjects()
public boolean indexResource(long id)
public boolean indexResource(int id, String name, String qualifier, int rootId)
Copyright © 2009-2012 SonarSource. All Rights Reserved.