Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getClassFor
Method
getClassFor
code/src/java/pcgen/util/StringPClassUtil.java:129–132 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
127
}
128
129
public
static
Class<? extends Loadable> getClassFor(String key)
130
{
131
return
classMap.get(key);
132
}
133
134
public
static
Set<String> getValidStrings()
135
{
Callers
5
allowArgs
Method · 0.95
evaluate
Method · 0.95
parseTokenWithSeparator
Method · 0.95
parseTokenWithSeparator
Method · 0.95
getManufacturer
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected