public class io.vertx.core.file.FileSystemOptions extends java.lang.Object
{
public static final boolean DEFAULT_FILE_CACHING_ENABLED;
public static final boolean DEFAULT_CLASS_PATH_RESOLVING_ENABLED;
private static final java.lang.String TMPDIR;
private static final java.lang.String DEFAULT_CACHE_DIR_BASE;
public static final java.lang.String DEFAULT_FILE_CACHING_DIR;
private boolean classPathResolvingEnabled;
private boolean fileCachingEnabled;
private java.lang.String fileCacheDir;
public void <init>()
{
io.vertx.core.file.FileSystemOptions v;
java.lang.String v;
boolean v, v;
v := @this: io.vertx.core.file.FileSystemOptions;
specialinvoke v.<java.lang.Object: void <init>()>();
v = <io.vertx.core.file.FileSystemOptions: boolean DEFAULT_CLASS_PATH_RESOLVING_ENABLED>;
v.<io.vertx.core.file.FileSystemOptions: boolean classPathResolvingEnabled> = v;
v = <io.vertx.core.file.FileSystemOptions: boolean DEFAULT_FILE_CACHING_ENABLED>;
v.<io.vertx.core.file.FileSystemOptions: boolean fileCachingEnabled> = v;
v = <io.vertx.core.file.FileSystemOptions: java.lang.String DEFAULT_FILE_CACHING_DIR>;
v.<io.vertx.core.file.FileSystemOptions: java.lang.String fileCacheDir> = v;
return;
}
public void <init>(io.vertx.core.file.FileSystemOptions)
{
io.vertx.core.file.FileSystemOptions v, v;
java.lang.String v, v;
boolean v, v, v, v;
v := @this: io.vertx.core.file.FileSystemOptions;
v := @parameter: io.vertx.core.file.FileSystemOptions;
specialinvoke v.<java.lang.Object: void <init>()>();
v = <io.vertx.core.file.FileSystemOptions: boolean DEFAULT_CLASS_PATH_RESOLVING_ENABLED>;
v.<io.vertx.core.file.FileSystemOptions: boolean classPathResolvingEnabled> = v;
v = <io.vertx.core.file.FileSystemOptions: boolean DEFAULT_FILE_CACHING_ENABLED>;
v.<io.vertx.core.file.FileSystemOptions: boolean fileCachingEnabled> = v;
v = <io.vertx.core.file.FileSystemOptions: java.lang.String DEFAULT_FILE_CACHING_DIR>;
v.<io.vertx.core.file.FileSystemOptions: java.lang.String fileCacheDir> = v;
v = virtualinvoke v.<io.vertx.core.file.FileSystemOptions: boolean isClassPathResolvingEnabled()>();
v.<io.vertx.core.file.FileSystemOptions: boolean classPathResolvingEnabled> = v;
v = virtualinvoke v.<io.vertx.core.file.FileSystemOptions: boolean isFileCachingEnabled()>();
v.<io.vertx.core.file.FileSystemOptions: boolean fileCachingEnabled> = v;
v = virtualinvoke v.<io.vertx.core.file.FileSystemOptions: java.lang.String getFileCacheDir()>();
v.<io.vertx.core.file.FileSystemOptions: java.lang.String fileCacheDir> = v;
return;
}
public void <init>(io.vertx.core.json.JsonObject)
{
io.vertx.core.json.JsonObject v;
io.vertx.core.file.FileSystemOptions v;
v := @this: io.vertx.core.file.FileSystemOptions;
v := @parameter: io.vertx.core.json.JsonObject;
specialinvoke v.<io.vertx.core.file.FileSystemOptions: void <init>()>();
staticinvoke <io.vertx.core.file.FileSystemOptionsConverter: void fromJson(java.lang.Iterable,io.vertx.core.file.FileSystemOptions)>(v, v);
return;
}
public io.vertx.core.json.JsonObject toJson()
{
io.vertx.core.json.JsonObject v;
io.vertx.core.file.FileSystemOptions v;
v := @this: io.vertx.core.file.FileSystemOptions;
v = new io.vertx.core.json.JsonObject;
specialinvoke v.<io.vertx.core.json.JsonObject: void <init>()>();
staticinvoke <io.vertx.core.file.FileSystemOptionsConverter: void toJson(io.vertx.core.file.FileSystemOptions,io.vertx.core.json.JsonObject)>(v, v);
return v;
}
public boolean isClassPathResolvingEnabled()
{
io.vertx.core.file.FileSystemOptions v;
boolean v;
v := @this: io.vertx.core.file.FileSystemOptions;
v = v.<io.vertx.core.file.FileSystemOptions: boolean classPathResolvingEnabled>;
return v;
}
public io.vertx.core.file.FileSystemOptions setClassPathResolvingEnabled(boolean)
{
io.vertx.core.file.FileSystemOptions v;
boolean v;
v := @this: io.vertx.core.file.FileSystemOptions;
v := @parameter: boolean;
v.<io.vertx.core.file.FileSystemOptions: boolean classPathResolvingEnabled> = v;
return v;
}
public boolean isFileCachingEnabled()
{
io.vertx.core.file.FileSystemOptions v;
boolean v;
v := @this: io.vertx.core.file.FileSystemOptions;
v = v.<io.vertx.core.file.FileSystemOptions: boolean fileCachingEnabled>;
return v;
}
public io.vertx.core.file.FileSystemOptions setFileCachingEnabled(boolean)
{
io.vertx.core.file.FileSystemOptions v;
boolean v;
v := @this: io.vertx.core.file.FileSystemOptions;
v := @parameter: boolean;
v.<io.vertx.core.file.FileSystemOptions: boolean fileCachingEnabled> = v;
return v;
}
public java.lang.String getFileCacheDir()
{
java.lang.String v;
io.vertx.core.file.FileSystemOptions v;
v := @this: io.vertx.core.file.FileSystemOptions;
v = v.<io.vertx.core.file.FileSystemOptions: java.lang.String fileCacheDir>;
return v;
}
public io.vertx.core.file.FileSystemOptions setFileCacheDir(java.lang.String)
{
java.lang.String v;
io.vertx.core.file.FileSystemOptions v;
v := @this: io.vertx.core.file.FileSystemOptions;
v := @parameter: java.lang.String;
v.<io.vertx.core.file.FileSystemOptions: java.lang.String fileCacheDir> = v;
return v;
}
public java.lang.String toString()
{
io.vertx.core.file.FileSystemOptions v;
java.lang.String v, v;
boolean v, v;
v := @this: io.vertx.core.file.FileSystemOptions;
v = v.<io.vertx.core.file.FileSystemOptions: boolean classPathResolvingEnabled>;
v = v.<io.vertx.core.file.FileSystemOptions: boolean fileCachingEnabled>;
v = v.<io.vertx.core.file.FileSystemOptions: java.lang.String fileCacheDir>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (boolean,boolean,java.lang.String)>(v, v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("FileSystemOptions{classPathResolvingEnabled=\u, fileCachingEnabled=\u, fileCacheDir=\u0001}");
return v;
}
static void <clinit>()
{
java.lang.String v, v, v, v, v;
boolean v, v, v, v;
v = staticinvoke <java.lang.Boolean: boolean getBoolean(java.lang.String)>("vertx.disableFileCaching");
if v != 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
<io.vertx.core.file.FileSystemOptions: boolean DEFAULT_FILE_CACHING_ENABLED> = v;
v = staticinvoke <java.lang.Boolean: boolean getBoolean(java.lang.String)>("vertx.disableFileCPResolving");
if v != 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
<io.vertx.core.file.FileSystemOptions: boolean DEFAULT_CLASS_PATH_RESOLVING_ENABLED> = v;
v = staticinvoke <java.lang.System: java.lang.String getProperty(java.lang.String,java.lang.String)>("java.io.tmpdir", ".");
<io.vertx.core.file.FileSystemOptions: java.lang.String TMPDIR> = v;
v = <io.vertx.core.file.FileSystemOptions: java.lang.String TMPDIR>;
v = <java.io.File: java.lang.String separator>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,java.lang.String)>(v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u0001\u0001vertx-cache");
v = staticinvoke <java.lang.System: java.lang.String getProperty(java.lang.String,java.lang.String)>("vertx.cacheDirBase", v);
<io.vertx.core.file.FileSystemOptions: java.lang.String DEFAULT_FILE_CACHING_DIR> = v;
return;
}
}