Guest User

Untitled

a guest
Nov 15th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. -> % tree
  2. .
  3. ├── README.md
  4. ├── nifi-test-nar
  5. │   ├── nifi-test-nar.iml
  6. │   └── pom.xml
  7. ├── nifi-test-processors
  8. │   ├── nifi-test-processors.iml
  9. │   ├── pom.xml
  10. │   └── src
  11. │   ├── main
  12. │   │   ├── kotlin
  13. │   │   │   └── processors
  14. │   │   │   ├── CognitoHelper.kt
  15. │   │   │   └── MyProcessor.kt
  16. │   │   └── resources
  17. │   │   └── META-INF
  18. │   │   └── services
  19. │   │   └── org.apache.nifi.processor.Processor
  20. │   └── test
  21. │   └── kotlin
  22. │   └── processors
  23. │   └── CognitoHelperTest.kt
  24. ├── pom.xml
  25. └── test.iml
  26.  
  27. 12 directories, 11 files
Add Comment
Please, Sign In to add comment