util
.
io
FileManager
Related Doc:
package io
object
FileManager
Created by kdelmas on 21/02/17.
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
FileManager
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
sealed
trait
Bench
extends
AnyRef
sealed
trait
CutEnumerationBench
extends
Bench
sealed
trait
ExplorationBench
extends
Bench
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
object
FuelCut
extends
CutEnumerationBench
object
FuelExp
extends
ExplorationBench
object
GridCut
extends
CutEnumerationBench
object
HBSCut
extends
CutEnumerationBench
object
HBSExp
extends
ExplorationBench
object
QuadCut
extends
CutEnumerationBench
object
QuadExp
extends
ExplorationBench
object
RosaceCut
extends
CutEnumerationBench
object
RosaceExp
extends
ExplorationBench
def
addFileToTemp
(
s:
String
)
:
File
def
addFileToTest
(
s:
String
)
:
File
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
cleanTemp
()
:
Unit
def
cleanTest
()
:
Unit
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
cutEnumerationBench
:
List
[
CutEnumerationBench
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
val
explorationBench
:
List
[
ExplorationBench
]
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
locateFirstFile
(
dir:
File
,
filter: (
File
) ⇒
Boolean
)
:
Option
[
File
]
def
locateFirstFileInEnv
(
envVarName:
String
,
filter: (
File
) ⇒
Boolean
)
:
Option
[
File
]
def
locateFirstFileInTemp
(
filter: (
File
) ⇒
Boolean
)
:
Option
[
File
]
def
locateInBench
(
name:
String
)
:
Option
[
File
]
def
locateInCutBench
(
name:
String
)
:
Option
[
File
]
def
locateInExpBench
(
name:
String
)
:
Option
[
File
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
recursiveLocateFirstFile
(
dir:
File
,
filter: (
File
) ⇒
Boolean
)
:
Option
[
File
]
def
recursiveLocateFirstFileInTemp
(
filter: (
File
) ⇒
Boolean
)
:
Option
[
File
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped
Created by kdelmas on 21/02/17.