NAME
SVN::TeamTools::Store::Config
SYNOPSIS
use SVN::TeamTools::Store::Config;
BEGIN { $conf = SVN::TeamTools::Store::Config->new(); $logger = $conf->{logger}; }
DESCRIPTION
Common accessor for configuration file used by SVN::TeamTools modules. A basic configuration file will be configured by the installer as /etc/svnteamtools/system.conf A basic log will be created as /var/log/svnteamtools/messages.log
The initial configuration file contains information about the SVN repository, the location of the search index and an initial list of filetype information (Java, Java Server Pages, Plain text, XML, XSD and SQL). Other modules will add additional configration items. Please see individual modules for configuration specifics.
Methods
- new
-
Creates a new configuration object. No parameters needed.
- hasAction
-
Only for internal use by the web interface
- getTemplate
-
Only for internal use by the web interface
- getData
-
Only for internal use by the web interface
- store
-
Only for internal use by the web interface
AUTHOR
Mark Leeuw (markleeuw@gmail.com)
COPYRIGHT AND LICENSE
This software is copyrighted by Mark Leeuw
This is free software; you can redistribute it and/or modify it under the restrictions of GPL v2