object Xls2Yml extends LazyLogging
- Alphabetic
- By Inheritance
- Xls2Yml
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
genPostEncryptionDomain(domain: Domain, delimiter: Option[String], encryptionPrivacyList: Seq[String]): Domain
build post encryption Domain => for each Position schema update its Metadata as follows
build post encryption Domain => for each Position schema update its Metadata as follows
- Format : DSV
- With Header : False
- Separator : µ
-
def
genPreEncryptionDomain(domain: Domain, privacy: Seq[String]): Domain
Encryption of a data source is done by running a specific ingestion job that aims only to apply Privacy rules on the concerned attributes.
Encryption of a data source is done by running a specific ingestion job that aims only to apply Privacy rules on the concerned attributes. To apply the Encryption process on the data sources of a given Domain, we need a corresponding "PreEncryption Domain". The PreEncryption domain contains the same Schemas as the initial Domain but with less constraints on the attributes, which speeds up the encryption process by limiting it to applying the Encryption methods on columns with privacy attributes.
- def generateSchema(inputPath: String, outputPath: Option[String] = None)(implicit settings: Settings): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
- def main(args: Array[String]): Unit
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def run(args: Array[String]): Boolean
-
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( ... ) @native()
- def writeDomainYaml(domain: Domain, outputPath: String, fileName: String): Unit