-
- All Implemented Interfaces:
public class ContextDesc: 上下文 Mail: chk19940609@gmail.com Created by IceMimosa Date: 2017/1/12
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdataClassPathprivate final Booleanstrictprivate final AddressPersisterpersisterprivate final AddressInterpreterinterpreterprivate final Computercomputer
-
Constructor Summary
Constructors Constructor Description Context(String dataClassPath, Boolean strict, AddressPersister persister, AddressInterpreter interpreter, Computer computer)
-
Method Summary
Modifier and Type Method Description final StringgetDataClassPath()final BooleangetStrict()final AddressPersistergetPersister()final AddressInterpretergetInterpreter()final ComputergetComputer()-
-
Constructor Detail
-
Context
Context(String dataClassPath, Boolean strict, AddressPersister persister, AddressInterpreter interpreter, Computer computer)
-
-
Method Detail
-
getDataClassPath
final String getDataClassPath()
-
getPersister
final AddressPersister getPersister()
-
getInterpreter
final AddressInterpreter getInterpreter()
-
getComputer
final Computer getComputer()
-
-
-
-