public interface TimestampProvider
Modifier and Type | Interface and Description |
---|---|
static class |
TimestampProvider.DefaultTimestampProvider
just use the current time, but for all files of the instance
|
static class |
TimestampProvider.SpecificTimestampProvider
specify specific instant
|
static class |
TimestampProvider.SpecificYearTimestampProvider
use new year of the specified year 00:00:00.000
|
Modifier and Type | Field and Description |
---|---|
static TimestampProvider.DefaultTimestampProvider |
DEFAULT_TIMESTAMP_PROVIDER |
Modifier and Type | Method and Description |
---|---|
long |
getModTime() |
static final TimestampProvider.DefaultTimestampProvider DEFAULT_TIMESTAMP_PROVIDER
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.