/*
This file is part of JFLICKS.
JFLICKS is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
JFLICKS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with JFLICKS. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* The path analyze package defines a service that can check for any
* number of system programs installed on the users machine. These
* programs to check are configured in a conf/path.properties file.
* Normally the users PATH environment is used but that can be overidden
* by an entry in the path.properties file.
*/
package org.jflicks.ui.view.aspirin.analyze.path;