1e236301e5fc778bffe1748ed80d7936e6c807012Paul Duffin/*
2e236301e5fc778bffe1748ed80d7936e6c807012Paul Duffin * Copyright (C) 2012 Google Inc.
3e236301e5fc778bffe1748ed80d7936e6c807012Paul Duffin *
4e236301e5fc778bffe1748ed80d7936e6c807012Paul Duffin * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
5e236301e5fc778bffe1748ed80d7936e6c807012Paul Duffin * in compliance with the License. You may obtain a copy of the License at
6e236301e5fc778bffe1748ed80d7936e6c807012Paul Duffin *
7e236301e5fc778bffe1748ed80d7936e6c807012Paul Duffin * http://www.apache.org/licenses/LICENSE-2.0
8e236301e5fc778bffe1748ed80d7936e6c807012Paul Duffin *
9e236301e5fc778bffe1748ed80d7936e6c807012Paul Duffin * Unless required by applicable law or agreed to in writing, software distributed under the License
10e236301e5fc778bffe1748ed80d7936e6c807012Paul Duffin * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
11e236301e5fc778bffe1748ed80d7936e6c807012Paul Duffin * or implied. See the License for the specific language governing permissions and limitations under
12e236301e5fc778bffe1748ed80d7936e6c807012Paul Duffin * the License.
13e236301e5fc778bffe1748ed80d7936e6c807012Paul Duffin */
14e236301e5fc778bffe1748ed80d7936e6c807012Paul Duffin
15e236301e5fc778bffe1748ed80d7936e6c807012Paul Duffin/**
16e236301e5fc778bffe1748ed80d7936e6c807012Paul Duffin * Contains code relating to parsing and managing command line options. This is distinct from
17e236301e5fc778bffe1748ed80d7936e6c807012Paul Duffin * configuration ({@code ~/.caliper/config.properties}), which lives in the
18e236301e5fc778bffe1748ed80d7936e6c807012Paul Duffin * {@link com.google.caliper.config} package.
19e236301e5fc778bffe1748ed80d7936e6c807012Paul Duffin */
20e236301e5fc778bffe1748ed80d7936e6c807012Paul Duffinpackage com.google.caliper.options;
21