Index

B C D E F H I L M N O P R T V Y 
All Classes and Interfaces|All Packages|Constant Field Values

B

basePath(String) - Method in class dev.relism.flash.ext.vite.ViteExtension
Where the frontend is served from, / by default; Vite's base has to match it.
BUN - Enum constant in enum class dev.relism.flash.ext.vite.PackageManager
 

C

CLASSPATH - Static variable in class dev.relism.flash.ext.vite.ViteExtension
Where the build lives on the classpath: the Maven plugin puts it there, production reads it from there.
configure(FlashRegistrar<?>, FlashContext) - Method in class dev.relism.flash.ext.vite.ViteExtension
 

D

dev.relism.flash.ext.vite - package dev.relism.flash.ext.vite
 
devPort(int) - Method in class dev.relism.flash.ext.vite.ViteExtension
Vite's port in DEV, 5173 by default.

E

equals(Object) - Method in record class dev.relism.flash.ext.vite.PackageManager.Found
Indicates whether some other object is "equal to" this one.

F

Found(PackageManager, Path) - Constructor for record class dev.relism.flash.ext.vite.PackageManager.Found
Creates an instance of a Found record class.

H

hashCode() - Method in record class dev.relism.flash.ext.vite.PackageManager.Found
Returns a hash code value for this object.

I

install() - Method in record class dev.relism.flash.ext.vite.PackageManager.Found
Installs exactly what the lockfile pins; without one, npm resolves afresh.

L

lockfile() - Method in record class dev.relism.flash.ext.vite.PackageManager.Found
Returns the value of the lockfile record component.

M

manager() - Method in record class dev.relism.flash.ext.vite.PackageManager.Found
Returns the value of the manager record component.

N

navigationOnly(boolean) - Method in class dev.relism.flash.ext.vite.ViteExtension
Whether only a browser navigation to a path that is no file gets index.html, true by default, so an API call to a missing route gets a 404 rather than the page.
NPM - Enum constant in enum class dev.relism.flash.ext.vite.PackageManager
 

O

of(Path) - Static method in enum class dev.relism.flash.ext.vite.PackageManager
The nearest lockfile at or above root, so a project inside a workspace finds the workspace's.

P

PackageManager - Enum Class in dev.relism.flash.ext.vite
The package manager a frontend uses, told apart by its lockfile.
PackageManager.Found - Record Class in dev.relism.flash.ext.vite
A package manager and the lockfile it was found by, null when there is none.
PNPM - Enum constant in enum class dev.relism.flash.ext.vite.PackageManager
 

R

root(Path) - Method in class dev.relism.flash.ext.vite.ViteExtension
The Vite project, web (relative to the working directory) by default.
run(String, String...) - Method in record class dev.relism.flash.ext.vite.PackageManager.Found
Runs a package.json script, passing args through to it.

T

toString() - Method in record class dev.relism.flash.ext.vite.PackageManager.Found
Returns a string representation of this record class.

V

valueOf(String) - Static method in enum class dev.relism.flash.ext.vite.PackageManager
Returns the enum constant of this class with the specified name.
values() - Static method in enum class dev.relism.flash.ext.vite.PackageManager
Returns an array containing the constants of this enum class, in the order they are declared.
ViteExtension - Class in dev.relism.flash.ext.vite
A Vite frontend for a Flash app.
ViteExtension() - Constructor for class dev.relism.flash.ext.vite.ViteExtension
 

Y

YARN - Enum constant in enum class dev.relism.flash.ext.vite.PackageManager
 
B C D E F H I L M N O P R T V Y 
All Classes and Interfaces|All Packages|Constant Field Values