package org.dropProject.extensions
      
Methods
formatDefault
        fun Date.formatDefault(): String
      
Receiver
| Name | Description | 
|---|---|
| Date | 
ReturnValue
| Name | Description | 
|---|---|
| String | 
existsCaseSensitive
        fun File.existsCaseSensitive(): Boolean
      
This file contains extensions to the default File class.
Receiver
| Name | Description | 
|---|---|
| File | 
ReturnValue
| Name | Description | 
|---|---|
| Boolean | 
realName
        fun Principal.realName(): String
      
This file contains extensions to the default Principal class.
Receiver
| Name | Description | 
|---|---|
| Principal | 
ReturnValue
| Name | Description | 
|---|---|
| String | 
sanitize
        fun String.sanitize(): String
      
This file contains extensions to the default String class.
Receiver
| Name | Description | 
|---|---|
| String | 
ReturnValue
| Name | Description | 
|---|---|
| String | 
toEscapedHtml
        fun String.toEscapedHtml(): String
      
Receiver
| Name | Description | 
|---|---|
| String | 
ReturnValue
| Name | Description | 
|---|---|
| String | 
This file contains extensions to the default Date class.