project

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2019 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

* Copyright © 2019. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Project

type Project interface {
	// Init creates initial structure
	Init() error
	// Cleanup removes all temp directories and files
	Cleanup() error
	// GetTarget returns the target folder
	GetTargetDir() string
	// GetInputTarget returns the target folder entered by the user
	GetInputTargetDir() string
	// GetAppDir returns the directory of the App
	GetAppDir() string
	// IsFile returns true if the destination target is a File
	IsFile() bool
}

Project is an interface that represents a project for each of the languages supported

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL