A B C D E F G H I L M N O P R S T U V W Y

A

AbstractRepository - Class in net.sf.vcaperture.model
Abstract repository.
AbstractRepository() - Constructor for class net.sf.vcaperture.model.AbstractRepository
 
AbstractToolListener - Class in net.sf.vcaperture.tool.listeners
 
AbstractToolListener() - Constructor for class net.sf.vcaperture.tool.listeners.AbstractToolListener
 
addModel(IModel) - Method in class net.sf.vcaperture.web.models.AppendingStringModel
 
ApertureBasePage - Class in net.sf.vcaperture.web
The base page for all web pages within the application.
ApertureBasePage() - Constructor for class net.sf.vcaperture.web.ApertureBasePage
 
ApertureBasePage(IModel) - Constructor for class net.sf.vcaperture.web.ApertureBasePage
 
ApertureWebApp - Class in net.sf.vcaperture.web
Application object for the Aperture web application.
ApertureWebApp() - Constructor for class net.sf.vcaperture.web.ApertureWebApp
Constructor
AppendingStringModel - Class in net.sf.vcaperture.web.models
 
AppendingStringModel(IModel, IModel, String) - Constructor for class net.sf.vcaperture.web.models.AppendingStringModel
 
AppendingStringModel(List<IModel>, String) - Constructor for class net.sf.vcaperture.web.models.AppendingStringModel
 
AppendingStringModel(String) - Constructor for class net.sf.vcaperture.web.models.AppendingStringModel
 
ApplicationContextFactory - Class in net.sf.vcaperture.util.spring
The static factory which provides the context as necesary within the application.
ApplicationContextFactory() - Constructor for class net.sf.vcaperture.util.spring.ApplicationContextFactory
 
ApplicationContextFactory.AppContextWrapper - Class in net.sf.vcaperture.util.spring
 
ApplicationContextFactory.AppContextWrapper(ApplicationContext) - Constructor for class net.sf.vcaperture.util.spring.ApplicationContextFactory.AppContextWrapper
 

B

BasicDirectoryViewPage - Class in net.sf.vcaperture.web
Homepage for VC Aperture web application.
BasicDirectoryViewPage(IModel, String) - Constructor for class net.sf.vcaperture.web.BasicDirectoryViewPage
 
BeanUtil - Class in net.sf.vcaperture.util
 
BeanUtil() - Constructor for class net.sf.vcaperture.util.BeanUtil
 
beginIndexing(AbstractRepository) - Method in class net.sf.vcaperture.services.LuceneSearchService
 
BreadCrumbsPanel - Class in net.sf.vcaperture.web.panels
 
BreadCrumbsPanel(String, IModel, IModel) - Constructor for class net.sf.vcaperture.web.panels.BreadCrumbsPanel
 
BreadCrumbsPanel.PathAsListModel - Class in net.sf.vcaperture.web.panels
 
BreadCrumbsPanel.PathAsListModel(IModel) - Constructor for class net.sf.vcaperture.web.panels.BreadCrumbsPanel.PathAsListModel
 
BrowseStrategy - Class in net.sf.vcaperture.web.urls
 
BrowseStrategy(String) - Constructor for class net.sf.vcaperture.web.urls.BrowseStrategy
 

C

CapitalizeEveryLetterModel - Class in net.sf.vcaperture.web.models
 
CapitalizeEveryLetterModel(IModel) - Constructor for class net.sf.vcaperture.web.models.CapitalizeEveryLetterModel
 
CodeSearchTool - Class in net.sf.vcaperture.tool.listeners
Tool that indexes code so that it can be searched later by the web application.
CodeSearchTool() - Constructor for class net.sf.vcaperture.tool.listeners.CodeSearchTool
 
COMPONENT_NAME_PAGE_TITLE - Static variable in class net.sf.vcaperture.web.ApertureBasePage
 
constructComponentHierarchy() - Method in class net.sf.vcaperture.web.BasicDirectoryViewPage
 
constructComponentHierarchy() - Method in class net.sf.vcaperture.web.HomePage
 
constructComponentsInternal() - Method in class net.sf.vcaperture.web.ApertureBasePage
 
ContextUtil - Class in net.sf.vcaperture.util
 
ContextUtil() - Constructor for class net.sf.vcaperture.util.ContextUtil
 
copy(AbstractRepository, ProcessedRepository) - Static method in class net.sf.vcaperture.model.AbstractRepository
 
copy() - Method in class net.sf.vcaperture.web.models.AppendingStringModel
 
createHeader() - Method in class net.sf.vcaperture.web.ApertureBasePage
 
createProcessedRepos(Collection<AbstractRepository>) - Static method in class net.sf.vcaperture.util.RepositoryUtil
 
createSubheader() - Method in class net.sf.vcaperture.web.ApertureBasePage
 

D

DATE_FORMAT - Static variable in class net.sf.vcaperture.services.LuceneSearchService
 
decode(RequestParameters) - Method in class net.sf.vcaperture.web.urls.BrowseStrategy
 
DEFAULT_MAX_REVISION_PER_BATCH - Static variable in class net.sf.vcaperture.tool.listeners.CodeSearchTool
 
DEFAULT_MAX_REVISION_PER_BATCH - Static variable in class net.sf.vcaperture.tool.listeners.LocalStorageTool
 
DefaultRepositoryService - Class in net.sf.vcaperture.services
The default repository service with a working general implementation.
DefaultRepositoryService() - Constructor for class net.sf.vcaperture.services.DefaultRepositoryService
 
DefaultRepositoryTool - Class in net.sf.vcaperture.tool
The default implementation or IRepositoryTool.
DefaultRepositoryTool() - Constructor for class net.sf.vcaperture.tool.DefaultRepositoryTool
 
detach() - Method in class net.sf.vcaperture.web.models.AppendingStringModel
 
detach() - Method in class net.sf.vcaperture.web.models.SubdirectoryModel
 

E

encode(IRequestTarget) - Method in class net.sf.vcaperture.web.urls.BrowseStrategy
 
endIndexing(AbstractRepository) - Method in class net.sf.vcaperture.services.LuceneSearchService
 
equals(Object) - Method in class net.sf.vcaperture.model.AbstractRepository
 
equals(Object) - Method in class net.sf.vcaperture.model.RepoFile
 
equals(Object) - Method in class net.sf.vcaperture.model.RepoFileRevision
 

F

FIELD_AUTHOR - Static variable in interface net.sf.vcaperture.services.ISearchService
 
FIELD_CONTENTS - Static variable in interface net.sf.vcaperture.services.ISearchService
 
FIELD_DATE - Static variable in interface net.sf.vcaperture.services.ISearchService
 
FIELD_MESSAGE - Static variable in interface net.sf.vcaperture.services.ISearchService
 
FIELD_NAME - Static variable in interface net.sf.vcaperture.services.ISearchService
 
FIELD_REVISION - Static variable in interface net.sf.vcaperture.services.ISearchService
 
FIELD_TYPE - Static variable in interface net.sf.vcaperture.services.ISearchService
 
FileListModel - Class in net.sf.vcaperture.web.models
 
FileListModel(IModel, boolean) - Constructor for class net.sf.vcaperture.web.models.FileListModel
 
FilesPanel - Class in net.sf.vcaperture.web.panels
 
FilesPanel(String, IModel) - Constructor for class net.sf.vcaperture.web.panels.FilesPanel
 
FooterBar - Class in net.sf.vcaperture.web.panels
 
FooterBar(String) - Constructor for class net.sf.vcaperture.web.panels.FooterBar
 
formatDate(Date) - Method in class net.sf.vcaperture.services.LuceneSearchService
 

G

getAction() - Method in class net.sf.vcaperture.model.RepoFileRevision
 
getAuthor() - Method in class net.sf.vcaperture.model.RepoFileRevision
 
getAuthor() - Method in class net.sf.vcaperture.model.Revision
 
getBean(Class<T>) - Method in interface net.sf.vcaperture.model.IApplicationContext
 
getBean(String) - Method in interface net.sf.vcaperture.model.IApplicationContext
 
getBean(Class<T>) - Method in class net.sf.vcaperture.util.spring.ApplicationContextFactory.AppContextWrapper
 
getBean(String) - Method in class net.sf.vcaperture.util.spring.ApplicationContextFactory.AppContextWrapper
 
getChildren(boolean) - Method in class net.sf.vcaperture.model.RepoFile
 
getChildren(AbstractRepository, RepoFile, boolean) - Method in class net.sf.vcaperture.services.YamlFilesystemStorageService
 
getChildren(boolean) - Method in class net.sf.vcaperture.services.YamlFilesystemStorageService.YamlFilesystemRepoFile
 
getCommitDate() - Method in class net.sf.vcaperture.model.Revision
 
getCommitMessage() - Method in class net.sf.vcaperture.model.Revision
 
getContents() - Method in class net.sf.vcaperture.model.RepoFileRevision
 
getContents(AbstractRepository, RepoFileRevision) - Method in class net.sf.vcaperture.services.YamlFilesystemStorageService
 
getContext() - Method in class net.sf.vcaperture.util.spring.ApplicationContextFactory
 
getContext() - Method in class net.sf.vcaperture.web.ApertureBasePage
 
getContext() - Method in class net.sf.vcaperture.web.ApertureWebApp
 
getCopyOfRevision() - Method in class net.sf.vcaperture.model.RepoFileRevision
 
getData(K) - Method in interface net.sf.vcaperture.model.IDataRetriever
 
getData(RepoFileRevision) - Method in class net.sf.vcaperture.services.YamlFilesystemStorageService.YamlFilesystemStorageContentsRetriever
 
getDirectoryPath() - Method in class net.sf.vcaperture.web.BasicDirectoryViewPage
 
getDirectoryPath() - Method in class net.sf.vcaperture.web.urls.ViewDirectoryLink
 
getFactory() - Static method in class net.sf.vcaperture.util.spring.ApplicationContextFactory
 
getFile(String) - Method in class net.sf.vcaperture.model.AbstractRepository
 
getFile(String) - Method in class net.sf.vcaperture.model.ProcessedRepository
 
getFile(String) - Method in class net.sf.vcaperture.model.SVNRepository
 
getFile(AbstractRepository, String) - Method in interface net.sf.vcaperture.services.ILocalStorageService
 
getFile(AbstractRepository, String) - Method in class net.sf.vcaperture.services.YamlFilesystemStorageService
 
getFiles() - Method in class net.sf.vcaperture.model.Revision
 
getFilesStorageDirectory(AbstractRepository) - Method in class net.sf.vcaperture.services.YamlFilesystemStorageService
 
getFolderString(int) - Static method in class net.sf.vcaperture.services.YamlFilesystemStorageService
 
getHomePage() - Method in class net.sf.vcaperture.web.ApertureWebApp
 
getLastModified() - Method in class net.sf.vcaperture.services.RepositoryConfiguration
 
getLastProcessedRevision(AbstractRepository) - Method in interface net.sf.vcaperture.services.ISearchService
 
getLastProcessedRevision(AbstractRepository) - Method in class net.sf.vcaperture.services.LuceneSearchService
 
getLatestRevision() - Method in class net.sf.vcaperture.model.AbstractRepository
 
getLatestRevision() - Method in class net.sf.vcaperture.model.ProcessedRepository
 
getLatestRevision() - Method in class net.sf.vcaperture.model.SVNRepository
 
getLatestStoredRevision(AbstractRepository) - Method in interface net.sf.vcaperture.services.ILocalStorageService
 
getLatestStoredRevision(AbstractRepository) - Method in class net.sf.vcaperture.services.YamlFilesystemStorageService
 
getLocalListeners() - Method in class net.sf.vcaperture.tool.DefaultRepositoryTool
 
getLocalListeners() - Method in interface net.sf.vcaperture.tool.IRepositoryTool
 
getLogger() - Method in class net.sf.vcaperture.tool.listeners.AbstractToolListener
 
getLogger() - Method in class net.sf.vcaperture.tool.listeners.CodeSearchTool
 
getMaxRevisionsPerBatch() - Method in class net.sf.vcaperture.tool.listeners.CodeSearchTool
 
getMaxRevisionsPerBatch() - Method in class net.sf.vcaperture.tool.listeners.LocalStorageTool
 
getName() - Method in class net.sf.vcaperture.model.AbstractRepository
 
getName() - Method in interface net.sf.vcaperture.model.IApplicationContext
 
getName() - Method in class net.sf.vcaperture.model.Revision
 
getName() - Method in class net.sf.vcaperture.util.spring.ApplicationContextFactory.AppContextWrapper
 
getNullRevisionDefault() - Method in class net.sf.vcaperture.model.AbstractRepository
 
getObject() - Method in class net.sf.vcaperture.web.models.AppendingStringModel
 
getObject() - Method in class net.sf.vcaperture.web.models.SubdirectoryModel
 
getPath() - Method in class net.sf.vcaperture.web.models.RepoAndPathContext
 
getProject() - Method in class net.sf.vcaperture.web.ApertureBasePage
 
getProject() - Method in class net.sf.vcaperture.web.BasicDirectoryViewPage
 
getProperty(Object, String) - Method in class net.sf.vcaperture.jyaml.RepoFileRevisionWrapper
 
getRelativePath() - Method in class net.sf.vcaperture.model.RepoFile
 
getRelativePath() - Method in class net.sf.vcaperture.web.ApertureBasePage
 
getRelativePath() - Method in class net.sf.vcaperture.web.BasicDirectoryViewPage
 
getRemoteListeners() - Method in class net.sf.vcaperture.tool.DefaultRepositoryTool
 
getRemoteListeners() - Method in interface net.sf.vcaperture.tool.IRepositoryTool
 
getRepoFile() - Method in class net.sf.vcaperture.web.models.RepoAndPathContext
 
getRepositories() - Method in class net.sf.vcaperture.services.DefaultRepositoryService
 
getRepositories() - Method in interface net.sf.vcaperture.services.IRepositoryService
 
getRepositories() - Method in class net.sf.vcaperture.services.ProcessedRepositoryService
 
getRepositories() - Method in class net.sf.vcaperture.services.RepositoryConfiguration
 
getRepository() - Method in class net.sf.vcaperture.model.SearchQuery
 
getRepository(String) - Method in class net.sf.vcaperture.services.DefaultRepositoryService
 
getRepository(String) - Method in interface net.sf.vcaperture.services.IRepositoryService
 
getRepository() - Method in class net.sf.vcaperture.web.models.RepoAndPathContext
 
getRepositoryService() - Method in class net.sf.vcaperture.tool.DefaultRepositoryTool
 
getRepoStorageDirectory(AbstractRepository) - Method in class net.sf.vcaperture.services.LuceneSearchService
 
getRepoStorageDirectory(AbstractRepository) - Method in class net.sf.vcaperture.services.YamlFilesystemStorageService
 
getRevision() - Method in class net.sf.vcaperture.model.RepoFileRevision
 
getRevisionFolder(AbstractRepository, String) - Method in class net.sf.vcaperture.services.YamlFilesystemStorageService
 
getRevisionNumber(String) - Method in class net.sf.vcaperture.services.YamlFilesystemStorageService
 
getRevisions(String, int) - Method in class net.sf.vcaperture.model.AbstractRepository
 
getRevisions(String, int) - Method in class net.sf.vcaperture.model.ProcessedRepository
 
getRevisions() - Method in class net.sf.vcaperture.model.RepoFile
 
getRevisions(String, int) - Method in class net.sf.vcaperture.model.SVNRepository
 
getRevisions(AbstractRepository, String, int) - Method in interface net.sf.vcaperture.services.ILocalStorageService
 
getRevisions(AbstractRepository, String, int) - Method in class net.sf.vcaperture.services.YamlFilesystemStorageService
 
getRootDirectory() - Method in class net.sf.vcaperture.model.AbstractRepository
 
getStorageDirectory() - Method in class net.sf.vcaperture.services.LuceneSearchService
 
getStorageDirectory() - Method in class net.sf.vcaperture.services.YamlFilesystemStorageService
 
getStorageService() - Method in class net.sf.vcaperture.model.ProcessedRepository
 
getStorageService() - Method in class net.sf.vcaperture.tool.listeners.LocalStorageTool
 
getTitleKey() - Method in class net.sf.vcaperture.web.panels.RepoAndPathAwarePanel
 
getURL() - Method in class net.sf.vcaperture.model.AbstractRepository
 
getVersion() - Static method in class net.sf.vcaperture.util.Version
 
getWebApp() - Method in class net.sf.vcaperture.web.ApertureBasePage
 
getWorkingDirectory() - Method in class net.sf.vcaperture.services.DefaultRepositoryService
 
getWorkingDirectory() - Method in interface net.sf.vcaperture.services.IRepositoryService
 

H

hashCode() - Method in class net.sf.vcaperture.model.AbstractRepository
 
hashCode() - Method in class net.sf.vcaperture.model.RepoFile
 
hashCode() - Method in class net.sf.vcaperture.model.RepoFileRevision
 
HomePage - Class in net.sf.vcaperture.web
 
HomePage() - Constructor for class net.sf.vcaperture.web.HomePage
 

I

IApplicationContext - Interface in net.sf.vcaperture.model
Represents the context used by the application for location of services, etc.
IDataRetriever<K,V> - Interface in net.sf.vcaperture.model
 
ILocalStorageService - Interface in net.sf.vcaperture.services
Service that provides the functionality for local storage of repositories.
indexFile(String, Revision, RepoFileRevision, IndexWriter) - Method in class net.sf.vcaperture.services.LuceneSearchService
 
indexRevision(AbstractRepository, Revision) - Method in interface net.sf.vcaperture.services.ISearchService
 
indexRevision(AbstractRepository, Revision) - Method in class net.sf.vcaperture.services.LuceneSearchService
 
indexRevision(Revision, String, IndexWriter) - Method in class net.sf.vcaperture.services.LuceneSearchService
 
init() - Method in class net.sf.vcaperture.model.SVNRepository
 
init() - Method in class net.sf.vcaperture.web.ApertureWebApp
 
initialize() - Method in class net.sf.vcaperture.services.DefaultRepositoryService
This method should be called after the working directory is set.
INSTANCE - Static variable in class net.sf.vcaperture.util.spring.ApplicationContextFactory
 
IRepositoryService - Interface in net.sf.vcaperture.services
The main service for accessing the repository.
IRepositoryTool - Interface in net.sf.vcaperture.tool
 
IRepositoryToolListener - Interface in net.sf.vcaperture.tool
 
isDirectory() - Method in class net.sf.vcaperture.model.RepoFile
 
ISearchService - Interface in net.sf.vcaperture.services
Provides search and indexing functionality for repositories.
isInitialized() - Method in class net.sf.vcaperture.model.SVNRepository
 
isRevisionNewer(String, String) - Method in class net.sf.vcaperture.model.AbstractRepository
Is revision name newer than startingRevision?
isRevisionNewer(String, String) - Method in class net.sf.vcaperture.model.ProcessedRepository
 
isRevisionNewer(String, String) - Method in class net.sf.vcaperture.model.SVNRepository
 
isVisible() - Method in class net.sf.vcaperture.web.panels.BreadCrumbsPanel
 
isVisible() - Method in class net.sf.vcaperture.web.panels.RepoAndPathAwarePanel
 
isVisible() - Method in class net.sf.vcaperture.web.urls.ViewDirectoryLink
 

L

LATEST_VERSION_FILE - Static variable in class net.sf.vcaperture.services.LuceneSearchService
 
LATEST_VERSION_FILE - Static variable in class net.sf.vcaperture.services.YamlFilesystemStorageService
 
LineHistoryPanel - Class in net.sf.vcaperture.web.panels
 
LineHistoryPanel(String, IModel) - Constructor for class net.sf.vcaperture.web.panels.LineHistoryPanel
 
load() - Method in class net.sf.vcaperture.web.models.CapitalizeEveryLetterModel
 
load() - Method in class net.sf.vcaperture.web.models.FileListModel
 
load() - Method in class net.sf.vcaperture.web.models.RepositoryByNameModel
 
load() - Method in class net.sf.vcaperture.web.models.RepositoryListModel
 
load() - Method in class net.sf.vcaperture.web.panels.BreadCrumbsPanel.PathAsListModel
 
loadContext(String) - Static method in class net.sf.vcaperture.util.ContextUtil
 
loadType(File, Class<T>) - Static method in class net.sf.vcaperture.util.BeanUtil
 
LocalStorageTool - Class in net.sf.vcaperture.tool.listeners
This tool stores everything from the repository into a local database.
LocalStorageTool() - Constructor for class net.sf.vcaperture.tool.listeners.LocalStorageTool
 
LOGGER - Static variable in class net.sf.vcaperture.model.AbstractRepository
 
LOGGER - Static variable in class net.sf.vcaperture.tool.DefaultRepositoryTool
 
LOGGER - Static variable in class net.sf.vcaperture.tool.listeners.AbstractToolListener
 
LOGGER - Static variable in class net.sf.vcaperture.tool.listeners.CodeSearchTool
 
LuceneSearchService - Class in net.sf.vcaperture.services
 
LuceneSearchService() - Constructor for class net.sf.vcaperture.services.LuceneSearchService
 

M

mAction - Variable in class net.sf.vcaperture.model.RepoFileRevision
 
main(String[]) - Static method in class net.sf.vcaperture.tool.DefaultRepositoryTool
 
mapAction(char) - Method in class net.sf.vcaperture.model.SVNRepository
 
matches(IRequestTarget) - Method in class net.sf.vcaperture.web.urls.BrowseStrategy
 
mAuthor - Variable in class net.sf.vcaperture.model.RepoFileRevision
 
mAuthor - Variable in class net.sf.vcaperture.model.Revision
 
mBackingRepository - Variable in class net.sf.vcaperture.model.ProcessedRepository
 
mCommitDate - Variable in class net.sf.vcaperture.model.Revision
 
mCommitMessage - Variable in class net.sf.vcaperture.model.Revision
 
mConfiguration - Variable in class net.sf.vcaperture.services.DefaultRepositoryService
 
mContents - Variable in class net.sf.vcaperture.model.RepoFileRevision
 
mContentsRetriever - Variable in class net.sf.vcaperture.model.RepoFileRevision
 
mContext - Variable in class net.sf.vcaperture.util.spring.ApplicationContextFactory.AppContextWrapper
 
mContextModel - Variable in class net.sf.vcaperture.web.models.SubdirectoryModel
 
mCopyOfRevision - Variable in class net.sf.vcaperture.model.RepoFileRevision
 
mDirectory - Variable in class net.sf.vcaperture.model.RepoFile
 
mFile - Variable in class net.sf.vcaperture.web.models.RepoAndPathContext
 
mFiles - Variable in class net.sf.vcaperture.model.Revision
 
mInitialized - Variable in class net.sf.vcaperture.model.SVNRepository
 
mLastModified - Variable in class net.sf.vcaperture.services.RepositoryConfiguration
 
mLocalListeners - Variable in class net.sf.vcaperture.tool.DefaultRepositoryTool
 
mLockedRepositoryIndexes - Variable in class net.sf.vcaperture.services.LuceneSearchService
 
mMaxRevisionsPerBatch - Variable in class net.sf.vcaperture.tool.listeners.CodeSearchTool
 
mMaxRevisionsPerBatch - Variable in class net.sf.vcaperture.tool.listeners.LocalStorageTool
 
mModels - Variable in class net.sf.vcaperture.web.models.AppendingStringModel
 
mName - Variable in class net.sf.vcaperture.model.AbstractRepository
 
mName - Variable in class net.sf.vcaperture.model.Revision
 
mNestedModel - Variable in class net.sf.vcaperture.web.models.CapitalizeEveryLetterModel
 
mNestedModel - Variable in class net.sf.vcaperture.web.models.FileListModel
 
mPath - Variable in class net.sf.vcaperture.web.BasicDirectoryViewPage
 
mPath - Variable in class net.sf.vcaperture.web.models.RepoAndPathContext
 
mReaders - Variable in class net.sf.vcaperture.services.LuceneSearchService
 
mRelativePath - Variable in class net.sf.vcaperture.model.RepoFile
 
mRelativePathModel - Variable in class net.sf.vcaperture.web.panels.BreadCrumbsPanel
 
mRelativePathModel - Variable in class net.sf.vcaperture.web.panels.BreadCrumbsPanel.PathAsListModel
 
mRemoteListeners - Variable in class net.sf.vcaperture.tool.DefaultRepositoryTool
 
mRepo - Variable in class net.sf.vcaperture.model.SVNRepository
 
mRepoFile - Variable in class net.sf.vcaperture.web.models.SubdirectoryModel
 
mRepositories - Variable in class net.sf.vcaperture.services.RepositoryConfiguration
 
mRepository - Variable in class net.sf.vcaperture.services.YamlFilesystemStorageService.YamlFilesystemRepoFile
 
mRepository - Variable in class net.sf.vcaperture.services.YamlFilesystemStorageService.YamlFilesystemStorageContentsRetriever
 
mRepository - Variable in class net.sf.vcaperture.web.models.RepoAndPathContext
 
mRepositoryName - Variable in class net.sf.vcaperture.web.models.RepositoryByNameModel
 
mRepositoryService - Variable in class net.sf.vcaperture.tool.DefaultRepositoryTool
 
mRevision - Variable in class net.sf.vcaperture.model.RepoFileRevision
 
mRevisions - Variable in class net.sf.vcaperture.model.RepoFile
 
mSeparator - Variable in class net.sf.vcaperture.web.models.AppendingStringModel
 
mShowAll - Variable in class net.sf.vcaperture.web.models.FileListModel
 
mStorageDirectory - Variable in class net.sf.vcaperture.services.LuceneSearchService
 
mStorageDirectory - Variable in class net.sf.vcaperture.services.YamlFilesystemStorageService
 
mStorageService - Variable in class net.sf.vcaperture.tool.listeners.LocalStorageTool
 
mURL - Variable in class net.sf.vcaperture.model.AbstractRepository
 
mWorkingDirectory - Variable in class net.sf.vcaperture.services.DefaultRepositoryService
 
mWrapper - Variable in class net.sf.vcaperture.util.spring.ApplicationContextFactory
 

N

net.sf.vcaperture.jyaml - package net.sf.vcaperture.jyaml
 
net.sf.vcaperture.model - package net.sf.vcaperture.model
 
net.sf.vcaperture.services - package net.sf.vcaperture.services
 
net.sf.vcaperture.tool - package net.sf.vcaperture.tool
Provides all code related to the VC Aperture tool application that does pre-web processing.
net.sf.vcaperture.tool.listeners - package net.sf.vcaperture.tool.listeners
 
net.sf.vcaperture.util - package net.sf.vcaperture.util
 
net.sf.vcaperture.util.spring - package net.sf.vcaperture.util.spring
 
net.sf.vcaperture.web - package net.sf.vcaperture.web
Provides all code related to the VC Aperture web (viewing) application.
net.sf.vcaperture.web.components - package net.sf.vcaperture.web.components
 
net.sf.vcaperture.web.models - package net.sf.vcaperture.web.models
 
net.sf.vcaperture.web.panels - package net.sf.vcaperture.web.panels
 
net.sf.vcaperture.web.urls - package net.sf.vcaperture.web.urls
 
NO_FILE_EXISTS - Static variable in class net.sf.vcaperture.web.models.RepoAndPathContext
 
nullSafe(String) - Method in class net.sf.vcaperture.services.LuceneSearchService
 

O

onClick() - Method in class net.sf.vcaperture.web.urls.ViewDirectoryLink
 
onComponentTag(ComponentTag) - Method in class net.sf.vcaperture.web.components.StaticImage
 
onDetach() - Method in class net.sf.vcaperture.web.models.CapitalizeEveryLetterModel
 
onDetach() - Method in class net.sf.vcaperture.web.models.FileListModel
 

P

ProcessedRepository - Class in net.sf.vcaperture.model
This represents a repository that has been processed by the tool.
ProcessedRepository(AbstractRepository) - Constructor for class net.sf.vcaperture.model.ProcessedRepository
 
ProcessedRepositoryService - Class in net.sf.vcaperture.services
Uses the DefaultRepositoryService for all of its functionality.
ProcessedRepositoryService() - Constructor for class net.sf.vcaperture.services.ProcessedRepositoryService
 
processRepository(AbstractRepository, Collection<IRepositoryToolListener>) - Method in class net.sf.vcaperture.tool.DefaultRepositoryTool
 
processRepository(IRepositoryService, AbstractRepository) - Method in interface net.sf.vcaperture.tool.IRepositoryToolListener
 
processRepository(IRepositoryService, AbstractRepository) - Method in class net.sf.vcaperture.tool.listeners.AbstractToolListener
 
processRepository(IRepositoryService, AbstractRepository) - Method in class net.sf.vcaperture.tool.listeners.CodeSearchTool
 
processRepository(IRepositoryService, AbstractRepository) - Method in class net.sf.vcaperture.tool.listeners.LocalStorageTool
 

R

RecentChangelogPanel - Class in net.sf.vcaperture.web.panels
 
RecentChangelogPanel(String, IModel) - Constructor for class net.sf.vcaperture.web.panels.RecentChangelogPanel
 
REPO_CONFIG_FILE - Static variable in class net.sf.vcaperture.services.DefaultRepositoryService
 
RepoAndPathAwarePanel - Class in net.sf.vcaperture.web.panels
 
RepoAndPathAwarePanel(String, IModel) - Constructor for class net.sf.vcaperture.web.panels.RepoAndPathAwarePanel
 
RepoAndPathContext - Class in net.sf.vcaperture.web.models
 
RepoAndPathContext(AbstractRepository, String) - Constructor for class net.sf.vcaperture.web.models.RepoAndPathContext
 
repoEnd(IRepositoryService, AbstractRepository) - Method in interface net.sf.vcaperture.tool.IRepositoryToolListener
 
repoEnd(IRepositoryService, AbstractRepository) - Method in class net.sf.vcaperture.tool.listeners.AbstractToolListener
 
RepoFile - Class in net.sf.vcaperture.model
Represents a file within any repository.
RepoFile() - Constructor for class net.sf.vcaperture.model.RepoFile
 
RepoFile(RepoFile) - Constructor for class net.sf.vcaperture.model.RepoFile
 
RepoFileAction - Enum in net.sf.vcaperture.model
 
RepoFileAction() - Constructor for enum net.sf.vcaperture.model.RepoFileAction
 
RepoFileRevision - Class in net.sf.vcaperture.model
 
RepoFileRevision(RepoFile) - Constructor for class net.sf.vcaperture.model.RepoFileRevision
 
RepoFileRevision() - Constructor for class net.sf.vcaperture.model.RepoFileRevision
 
RepoFileRevisionWrapper - Class in net.sf.vcaperture.jyaml
Allows us to save RepoFileRevision without saving the contents into the YML file, since we save the contents in a separate directory structure.
RepoFileRevisionWrapper(Class) - Constructor for class net.sf.vcaperture.jyaml.RepoFileRevisionWrapper
 
RepositoryByNameModel - Class in net.sf.vcaperture.web.models
Returns an AbstractRepository using the name as a lookup.
RepositoryByNameModel(String) - Constructor for class net.sf.vcaperture.web.models.RepositoryByNameModel
 
RepositoryConfiguration - Class in net.sf.vcaperture.services
 
RepositoryConfiguration() - Constructor for class net.sf.vcaperture.services.RepositoryConfiguration
 
RepositoryListModel - Class in net.sf.vcaperture.web.models
 
RepositoryListModel() - Constructor for class net.sf.vcaperture.web.models.RepositoryListModel
 
RepositoryUtil - Class in net.sf.vcaperture.util
 
RepositoryUtil() - Constructor for class net.sf.vcaperture.util.RepositoryUtil
 
repoStart(IRepositoryService, AbstractRepository) - Method in interface net.sf.vcaperture.tool.IRepositoryToolListener
 
repoStart(IRepositoryService, AbstractRepository) - Method in class net.sf.vcaperture.tool.listeners.AbstractToolListener
 
Revision - Class in net.sf.vcaperture.model
 
Revision() - Constructor for class net.sf.vcaperture.model.Revision
 
REVISION_DATA_FILE - Static variable in class net.sf.vcaperture.services.YamlFilesystemStorageService
 
RevisionUtil - Class in net.sf.vcaperture.util
 
RevisionUtil() - Constructor for class net.sf.vcaperture.util.RevisionUtil
 
runBatch(Collection<IRepositoryToolListener>, Collection<AbstractRepository>, String) - Method in class net.sf.vcaperture.tool.DefaultRepositoryTool
 
runTool() - Method in class net.sf.vcaperture.tool.DefaultRepositoryTool
 
runTool() - Method in interface net.sf.vcaperture.tool.IRepositoryTool
 

S

save(File, Object) - Static method in class net.sf.vcaperture.util.BeanUtil
 
saveFileRevision(AbstractRepository, RepoFileRevision) - Method in interface net.sf.vcaperture.services.ILocalStorageService
Saves an actual file that was part of the revision.
saveFileRevision(AbstractRepository, RepoFileRevision) - Method in class net.sf.vcaperture.services.YamlFilesystemStorageService
 
saveRevision(AbstractRepository, Revision) - Method in interface net.sf.vcaperture.services.ILocalStorageService
Saves the revision information for this repo / revision combo.
saveRevision(AbstractRepository, Revision) - Method in class net.sf.vcaperture.services.YamlFilesystemStorageService
 
search(SearchQuery) - Method in interface net.sf.vcaperture.services.ISearchService
 
search(SearchQuery) - Method in class net.sf.vcaperture.services.LuceneSearchService
 
SearchException - Exception in net.sf.vcaperture.services
 
SearchException() - Constructor for exception net.sf.vcaperture.services.SearchException
 
SearchException(String, Throwable) - Constructor for exception net.sf.vcaperture.services.SearchException
 
SearchException(String) - Constructor for exception net.sf.vcaperture.services.SearchException
 
SearchException(Throwable) - Constructor for exception net.sf.vcaperture.services.SearchException
 
SearchQuery - Class in net.sf.vcaperture.model
 
SearchQuery() - Constructor for class net.sf.vcaperture.model.SearchQuery
 
SearchResults - Class in net.sf.vcaperture.model
 
SearchResults() - Constructor for class net.sf.vcaperture.model.SearchResults
 
serialVersionUID - Static variable in exception net.sf.vcaperture.services.SearchException
 
serialVersionUID - Static variable in exception net.sf.vcaperture.services.StorageException
 
serialVersionUID - Static variable in exception net.sf.vcaperture.tool.ToolException
 
serialVersionUID - Static variable in class net.sf.vcaperture.web.ApertureBasePage
 
serialVersionUID - Static variable in class net.sf.vcaperture.web.BasicDirectoryViewPage
 
serialVersionUID - Static variable in class net.sf.vcaperture.web.components.StaticImage
 
serialVersionUID - Static variable in class net.sf.vcaperture.web.HomePage
 
serialVersionUID - Static variable in class net.sf.vcaperture.web.models.AppendingStringModel
 
serialVersionUID - Static variable in class net.sf.vcaperture.web.models.CapitalizeEveryLetterModel
 
serialVersionUID - Static variable in class net.sf.vcaperture.web.models.FileListModel
 
serialVersionUID - Static variable in class net.sf.vcaperture.web.models.RepositoryByNameModel
 
serialVersionUID - Static variable in class net.sf.vcaperture.web.models.RepositoryListModel
 
serialVersionUID - Static variable in class net.sf.vcaperture.web.models.SubdirectoryModel
 
serialVersionUID - Static variable in class net.sf.vcaperture.web.panels.BreadCrumbsPanel.PathAsListModel
 
serialVersionUID - Static variable in class net.sf.vcaperture.web.panels.BreadCrumbsPanel
 
serialVersionUID - Static variable in class net.sf.vcaperture.web.panels.FilesPanel
 
serialVersionUID - Static variable in class net.sf.vcaperture.web.panels.FooterBar
 
serialVersionUID - Static variable in class net.sf.vcaperture.web.panels.LineHistoryPanel
 
serialVersionUID - Static variable in class net.sf.vcaperture.web.panels.RecentChangelogPanel
 
serialVersionUID - Static variable in class net.sf.vcaperture.web.panels.RepoAndPathAwarePanel
 
serialVersionUID - Static variable in class net.sf.vcaperture.web.panels.SubdirectoriesPanel
 
serialVersionUID - Static variable in class net.sf.vcaperture.web.urls.ViewDirectoryLink
 
setAction(RepoFileAction) - Method in class net.sf.vcaperture.model.RepoFileRevision
 
setApplicationContext(ApplicationContext) - Method in class net.sf.vcaperture.util.spring.ApplicationContextFactory
 
setAuthor(String) - Method in class net.sf.vcaperture.model.RepoFileRevision
 
setAuthor(String) - Method in class net.sf.vcaperture.model.Revision
 
setCommitDate(Date) - Method in class net.sf.vcaperture.model.Revision
 
setCommitMessage(String) - Method in class net.sf.vcaperture.model.Revision
 
setContents(String) - Method in class net.sf.vcaperture.model.RepoFileRevision
 
setContentsRetriever(IDataRetriever<RepoFileRevision, String>) - Method in class net.sf.vcaperture.model.RepoFileRevision
 
setContext(ApplicationContext) - Method in class net.sf.vcaperture.util.spring.ApplicationContextFactory
 
setCopyOfRevision(RepoFileRevision) - Method in class net.sf.vcaperture.model.RepoFileRevision
 
setDirectory(boolean) - Method in class net.sf.vcaperture.model.RepoFile
 
setFiles(RepoFileRevision[]) - Method in class net.sf.vcaperture.model.Revision
 
setInitialized(boolean) - Method in class net.sf.vcaperture.model.SVNRepository
 
setLastModified(Date) - Method in class net.sf.vcaperture.services.RepositoryConfiguration
 
setLocalListeners(Collection<IRepositoryToolListener>) - Method in class net.sf.vcaperture.tool.DefaultRepositoryTool
 
setLocalListeners(Collection<IRepositoryToolListener>) - Method in interface net.sf.vcaperture.tool.IRepositoryTool
 
setMaxRevisionsPerBatch(int) - Method in class net.sf.vcaperture.tool.listeners.CodeSearchTool
 
setMaxRevisionsPerBatch(int) - Method in class net.sf.vcaperture.tool.listeners.LocalStorageTool
 
setName(String) - Method in class net.sf.vcaperture.model.AbstractRepository
 
setName(String) - Method in class net.sf.vcaperture.model.Revision
 
setObject(Object) - Method in class net.sf.vcaperture.web.models.AppendingStringModel
 
setObject(Object) - Method in class net.sf.vcaperture.web.models.SubdirectoryModel
 
setRelativePath(String) - Method in class net.sf.vcaperture.model.RepoFile
 
setRemoteListeners(Collection<IRepositoryToolListener>) - Method in class net.sf.vcaperture.tool.DefaultRepositoryTool
 
setRemoteListeners(Collection<IRepositoryToolListener>) - Method in interface net.sf.vcaperture.tool.IRepositoryTool
 
setRepositories(Collection<AbstractRepository>) - Method in class net.sf.vcaperture.services.DefaultRepositoryService
 
setRepositories(Collection<AbstractRepository>) - Method in class net.sf.vcaperture.services.RepositoryConfiguration
 
setRepository(AbstractRepository) - Method in class net.sf.vcaperture.services.YamlFilesystemStorageService.YamlFilesystemRepoFile
 
setRepositoryService(IRepositoryService) - Method in class net.sf.vcaperture.tool.DefaultRepositoryTool
 
setRevision(String) - Method in class net.sf.vcaperture.model.RepoFileRevision
 
setRevisions(String[]) - Method in class net.sf.vcaperture.model.RepoFile
 
setStorageDirectory(File) - Method in class net.sf.vcaperture.services.LuceneSearchService
 
setStorageDirectory(File) - Method in class net.sf.vcaperture.services.YamlFilesystemStorageService
 
setStorageService(ILocalStorageService) - Method in class net.sf.vcaperture.tool.listeners.LocalStorageTool
 
setURL(String) - Method in class net.sf.vcaperture.model.AbstractRepository
 
setWorkingDirectory(File) - Method in class net.sf.vcaperture.services.DefaultRepositoryService
 
sort(AbstractRepository, List<Revision>) - Static method in class net.sf.vcaperture.util.RevisionUtil
 
StaticImage - Class in net.sf.vcaperture.web.components
 
StaticImage(String, IModel) - Constructor for class net.sf.vcaperture.web.components.StaticImage
 
StorageException - Exception in net.sf.vcaperture.services
 
StorageException() - Constructor for exception net.sf.vcaperture.services.StorageException
 
StorageException(String) - Constructor for exception net.sf.vcaperture.services.StorageException
 
StorageException(Throwable) - Constructor for exception net.sf.vcaperture.services.StorageException
 
StorageException(String, Throwable) - Constructor for exception net.sf.vcaperture.services.StorageException
 
SubdirectoriesPanel - Class in net.sf.vcaperture.web.panels
 
SubdirectoriesPanel(String, IModel) - Constructor for class net.sf.vcaperture.web.panels.SubdirectoriesPanel
 
SubdirectoryModel - Class in net.sf.vcaperture.web.models
 
SubdirectoryModel(IModel, IModel) - Constructor for class net.sf.vcaperture.web.models.SubdirectoryModel
 
SVNRepository - Class in net.sf.vcaperture.model
An implementation of AbstractRepository that allows access to a Subversion repository.
SVNRepository() - Constructor for class net.sf.vcaperture.model.SVNRepository
 

T

TOOL - Static variable in class net.sf.vcaperture.util.ContextUtil
 
ToolException - Exception in net.sf.vcaperture.tool
Any tool that encounters a problem that prohibits it from finishing its work should throw an instance of this exception.
ToolException() - Constructor for exception net.sf.vcaperture.tool.ToolException
 
ToolException(String, Throwable) - Constructor for exception net.sf.vcaperture.tool.ToolException
 
ToolException(String) - Constructor for exception net.sf.vcaperture.tool.ToolException
 
ToolException(Throwable) - Constructor for exception net.sf.vcaperture.tool.ToolException
 
toString(RepoFileRevision[]) - Method in class net.sf.vcaperture.services.LuceneSearchService
 
TYPE_FILE - Static variable in interface net.sf.vcaperture.services.ISearchService
 
TYPE_REVISION - Static variable in interface net.sf.vcaperture.services.ISearchService
 

U

updateLatestStoredRevision(AbstractRepository, Revision) - Method in class net.sf.vcaperture.services.LuceneSearchService
 
updateLatestStoredRevision(AbstractRepository, Revision) - Method in class net.sf.vcaperture.services.YamlFilesystemStorageService
 

V

valueOf(String) - Static method in enum net.sf.vcaperture.model.RepoFileAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sf.vcaperture.model.RepoFileAction
Returns an array containing the constants of this enum type, in the order they're declared.
Version - Class in net.sf.vcaperture.util
 
Version() - Constructor for class net.sf.vcaperture.util.Version
 
VERSION - Static variable in class net.sf.vcaperture.util.Version
 
ViewDirectoryLink - Class in net.sf.vcaperture.web.urls
 
ViewDirectoryLink(String, IModel, IModel) - Constructor for class net.sf.vcaperture.web.urls.ViewDirectoryLink
 

W

WEB - Static variable in class net.sf.vcaperture.util.ContextUtil
 

Y

YamlFilesystemStorageService - Class in net.sf.vcaperture.services
Version of ILocalStorageService that uses a local filesystem directory structure and YAML files to store information about the repositories.
YamlFilesystemStorageService() - Constructor for class net.sf.vcaperture.services.YamlFilesystemStorageService
 
YamlFilesystemStorageService.YamlFilesystemRepoFile - Class in net.sf.vcaperture.services
 
YamlFilesystemStorageService.YamlFilesystemRepoFile() - Constructor for class net.sf.vcaperture.services.YamlFilesystemStorageService.YamlFilesystemRepoFile
 
YamlFilesystemStorageService.YamlFilesystemRepoFile(AbstractRepository, String, boolean) - Constructor for class net.sf.vcaperture.services.YamlFilesystemStorageService.YamlFilesystemRepoFile
 
YamlFilesystemStorageService.YamlFilesystemStorageContentsRetriever - Class in net.sf.vcaperture.services
 
YamlFilesystemStorageService.YamlFilesystemStorageContentsRetriever(AbstractRepository) - Constructor for class net.sf.vcaperture.services.YamlFilesystemStorageService.YamlFilesystemStorageContentsRetriever
 

A B C D E F G H I L M N O P R S T U V W Y

Copyright © 2008. All Rights Reserved.