public class Factory
extends java.lang.Object
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
static Example |
getExample(int type)
Get specific example
This function can be used also for adding new example types
|
static InstancesContainer |
getInstanceContainer(int type)
Get specific container
This function can be used also for adding new containers types
|
static Reader |
getReader(int type)
Get specific reader
This function can be used also for adding new reader types
|
static Writer |
getWriter(int type)
Get specific writer
This function can be used also for adding new writer types
|
public static Reader getReader(int type)
type - the reader typepublic static Writer getWriter(int type)
type - the writer typepublic static Example getExample(int type)
type - the example typepublic static InstancesContainer getInstanceContainer(int type)
type - the container type