public class FSDescription extends Object
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Stephan Pfab BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **** END LICENSE BLOCK ****
| Modifier and Type | Class and Description |
|---|---|
static class |
FSDescription.ClosedFSVars |
| Modifier and Type | Field and Description |
|---|---|
Map<String,AttributeDescription> |
attributeDescriptions |
FSDescription.ClosedFSVars |
closedFSVars |
protected Map<Integer,Path> |
longPaths |
Path |
otherProviderPlayground |
Map<String,Object> |
props |
protected Map<Object,Object> |
rem |
| Constructor and Description |
|---|
FSDescription() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBug(String name) |
void |
addBugScheme(String scheme) |
FSDescription |
addTopic(Class<? extends Topic> clazz) |
<T> T |
get(Class<T> klass,
String key) |
Object |
get(String key) |
Stream<AttributeDescription> |
getAttributeDescriptions() |
int |
getInt(String key) |
boolean |
isBug(org.junit.rules.TestName testMethodName) |
void |
markHits(org.junit.rules.TestName testMethodName) |
void |
printUnused() |
boolean |
provides(Class<?> clazz) |
FSDescription |
removeTopic(Class<? extends Topic> clazz) |
public FSDescription.ClosedFSVars closedFSVars
public Path otherProviderPlayground
public final Map<String,AttributeDescription> attributeDescriptions
public int getInt(String key)
public FSDescription addTopic(Class<? extends Topic> clazz)
public FSDescription removeTopic(Class<? extends Topic> clazz)
public boolean provides(Class<?> clazz)
public boolean isBug(org.junit.rules.TestName testMethodName)
public void addBug(String name)
public void addBugScheme(String scheme)
public void markHits(org.junit.rules.TestName testMethodName)
public void printUnused()
public Stream<AttributeDescription> getAttributeDescriptions()
Copyright © 2015. All rights reserved.